|
From: Guido De R. <gui...@gm...> - 2009-01-31 20:25:02
|
Seems like you searched the wrong keywords on the web... I'd suggest you to use Makefiles instead of MSDOS batch files; and probably you don't need to handle specs files. Makefiles may be written by hand, but it's common creating them automatically: the traditional approach requires GNU autoconf/automake, but it's complicated. A more user-friendly way is given by CMake. For example, searching "cmake gtk mingw" I get something like this: http://www.k-3d.org/wiki/Windows_Build/MinGW Maybe you can use the build process of this application as a template for yours... HTH Guido |