寒江独钓代码编译
C:\first>build
BUILD: Compile and Link for x86
BUILD: Loading c:\winddk\7600.16385.0\build.dat...
BUILD: Computing Include file dependencies:
BUILD: Start time: Sat Nov 07 14:39:31 2009
BUILD: Examining c:\first directory for files to compile.
BUILD: Saving c:\winddk\7600.16385.0\build.dat...
BUILD: Compiling and Linking c:\first directory
Configuring OACR for 'root:x86chk' - <OACR on>
1>errors in directory c:\first
1>c:\first\makefile(1) : error U1023: syntax error in expression
1>nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKE
DIR_RELATIVE_TO_BASEDIR= failed - rc = 2
高手帮忙看下小弟错误,谢谢!感激不尽
[解决办法]
这个……
还是上代码吧
[解决办法]
1>c:\first\makefile(1) : error U1023: syntax error in expression
从这句看是makefile的格式写错了。可以打开这个makefile看一下,估计是把tab键弄成空格了