"make" on Windows

Posted By: Superku

"make" on Windows - 04/19/12 22:32

Does anyone have experience with make and how to compile something (the Makefile) using it on Windows (7 64bit)?
What I have in my directory is the following (minus the C source code)

Quote:
.directory
make.inc.linux_dbg
make.inc.windows_dbg
Makefile


Of course I've tried google, but I only found nmake(15.exe) which does not run on my system.
Any help would be greatly appreciated!
Posted By: Inestical

Re: "make" on Windows - 04/20/12 09:50

which MAKE are you using, CygWIN or some other?

If you don't have one, get CygWin and download _everything_. Basically you get all the tools you'd use on Unix.
© 2024 lite-C Forums