ich habe ein Makefile in dem verschiedene Rules stehen.
mit nmake auf der c console erhalte ich aber immer einen fehler:
warum - wo ist der fehler?
laut microsoft muss man /c file.cc verwenden, das klappt aber nicht
Code: Alles auswählen
Microsoft (R) Program Maintenance Utility, Version 10.00.30319.01
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
cl -nologo -Zm200 -Zc:wchar_t -O2 -MD -GR -W3 -w34100 -w34189 -EHsc -DUN
ICODE -DWIN32 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DNDEBUG -I"c:\Qt\5.3\msv
c2010_opengl\include\Qt" -I"c:\Qt\5.3\msvc2010_opengl\include\QtCore" -I"c:\Qt
\5.3\msvc2010_opengl\include\QtDesigner" -I"c:\Qt\5.3\msvc2010_opengl\include\Q
tDesigner/private" -I"c:\Qt\5.3\msvc2010_opengl\include\QtNetwork" -I"c:\Qt\5.
3\msvc2010_opengl\include\QtGui" -I"c:\Qt\5.3\msvc2010_opengl\include\QtSql" -
I"c:\Qt\5.3\msvc2010_opengl\include\" -I"c:\Qt\5.3\msvc2010_opengl\include\.."
-I"." -FoMyDesigner.o MyDesigner.cc
cl : Befehlszeile error D8003 : Name der Quelldatei fehlt.
NMAKE : fatal error U1077: ""C:\Program Files\Microsoft Visual Studio 10.0\VC\BI
N\cl.EXE"": Rückgabe-Code "0x2"
Stop.