i know how to use make in linux, but everytime i try it on windows i get:
Error Makefile 0: Command syntax error
Error Makefile 1: Command syntax error
Error Makefile 2: Command syntax error
Error Makefile 3: Command syntax error
Error Makefile 4: Command syntax error
Error Makefile 5: Command syntax error
Error Makefile 6: Command syntax error
Error Makefile 7: Command syntax error
up to about 2000+ lines of these messages.
I used:
Start,run,cmd.exe
d:
cd D:\Lazarus\tools
make
i was trying to recompile the icon res files to see if a replacement icon set i have would look good. I also get the same message if i try it in say:
Start,run,cmd.exe
d:
cd D:\Lazarus\fpc\2.2.0\source
make
or
Start,run,cmd.exe
d:
cd D:\Lazarus
make
advise? :?: