小弟最近剛接觸nmake
寫了一段
test.exe:test.o test1.o
link test.o test1.o
test.o:test.c
cl /i C:\Users\Ming\Desktop\新增資料夾\Inc /c test.o
test1.o:test1.c
cl /i C:\Users\Ming\Desktop\新增資料夾\Inc /c test1.o
結果跑出來 stdlib.h:no include path set
請問要如何修正...
另外請問一下是否有書或是不錯的網站有講解nmake的?
感謝