Author: rfm
Date: Thu May 19 09:35:46 2016
New Revision: 39783
URL: http://svn.gna.org/viewcvs/gnustep?rev=39783&view=rev
Log:
mingw64 fix
Modified:
apps/projectcenter/trunk/Modules/GNUmakefile.bundles
Modified: apps/projectcenter/trunk/Modules/GNUmakefile.bundles
URL:
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/GNUmakefile.bundles?rev=39783&r1=39782&r2=39783&view=diff
==============================================================================
--- apps/projectcenter/trunk/Modules/GNUmakefile.bundles (original)
+++ apps/projectcenter/trunk/Modules/GNUmakefile.bundles Thu May 19
09:35:46 2016
@@ -13,8 +13,9 @@
DO_LIB_LINK=no
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
DO_LIB_LINK=yes
-endif
-ifeq ($(GNUSTEP_TARGET_OS), cygwin)
+else ifeq ($(GNUSTEP_TARGET_OS), mingw64)
+ DO_LIB_LINK=yes
+else ifeq ($(GNUSTEP_TARGET_OS), cygwin)
DO_LIB_LINK=yes
endif
ifeq ($(DO_LIB_LINK), yes)
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs