Hello everyone! :-D
Okay, all of my files compile perfectly on the command line; however
Dev-C++ gives me this output:
--------------
Compiler: Default compiler
Building Makefile: "F:\Projects\Finished\(Lua) Mythax\Src\cpp\Makefile.win"
Executing make...
make.exe -f "F:\Projects\Finished\(Lua) Mythax\Src\cpp\Makefile.win" all
gcc.exe -c header.c -o ../cpp/out/header.o
gcc.exe: no input files
make.exe: *** [../cpp/out/header.o] Error 1
Execution terminated
--------------
That command - 'gcc.exe -c header.c -o ../cpp/out/header.o' is exactly
what I use on the DOS prompt.
Why is it giving me that? Thanks! ;-)
|