More work on Windows support ... I can now run gui apps with this stuff! :-)

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20889 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2005-03-10 04:29:46 +00:00
parent 87e40c16a7
commit 4ebdabcc36

View file

@ -1,3 +1,16 @@
2005-03-10 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/library.make: On Windows, try to link against all
libraries, except the one we are compiling.
* Instance/bundle.make: Replaced all occurrences of WITH_DLL with
BUILD_DLL.
* Instance/framework.make: Same change.
* Instance/palette.make: Same change.
* Instance/bundle.make (build-bundle): Use the old DLL rules to
build bundles only if OLD_DLL_SUPPORT is defined. Else, use the
rules specified in target.make for that platform.
* target.make (BUNDLE_LD): Just use -shared on Mingw.
2005-03-10 Nicola Pero <n.pero@mi.flashnet.it>
* user_home.c (main): Fixed missing case for Windows ... if