// JP opened flex table

Click to See Complete Forum and Search --> : what's wrong with my makefile.def ?


lop40
September 10th, 2004, 02:56 AM
E:WINDDK2600~1.110binmakefile.def(3948) : fatal error U1034: syntax error :separator missing Stop.

is that means the line 3948 in the makefile.def is wrong?
anyone could help me?

any answer will be appreciated.

Mick
September 10th, 2004, 05:54 AM
NMAKE Fatal Error U1034
syntax error : separator missing

The colon : that separates targets and dependents is missing.


What platform are you building on?

lop40
September 12th, 2004, 08:54 PM
the plantform I use is winXp and Win DDK for xp

//JP added flex table