Author: rmottola
Date: Thu Mar 17 16:20:49 2016
New Revision: 39556

URL: http://svn.gna.org/viewcvs/gnustep?rev=39556&view=rev
Log:
enable debugger on windows

Modified:
    
apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/GNUmakefile
    apps/projectcenter/branches/ptyview_with_pipes/Modules/GNUmakefile

Modified: 
apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/GNUmakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/GNUmakefile?rev=39556&r1=39555&r2=39556&view=diff
==============================================================================
--- 
apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/GNUmakefile
  (original)
+++ 
apps/projectcenter/branches/ptyview_with_pipes/Modules/Debuggers/ProjectCenter/GNUmakefile
  Thu Mar 17 16:20:49 2016
@@ -49,7 +49,7 @@
     PTYView.m
 
 
-ADDITIONAL_NATIVE_LIBS += util
+#ADDITIONAL_NATIVE_LIBS += util
 
 include ../../GNUmakefile.bundles
 include $(GNUSTEP_MAKEFILES)/bundle.make

Modified: apps/projectcenter/branches/ptyview_with_pipes/Modules/GNUmakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/branches/ptyview_with_pipes/Modules/GNUmakefile?rev=39556&r1=39555&r2=39556&view=diff
==============================================================================
--- apps/projectcenter/branches/ptyview_with_pipes/Modules/GNUmakefile  
(original)
+++ apps/projectcenter/branches/ptyview_with_pipes/Modules/GNUmakefile  Thu Mar 
17 16:20:49 2016
@@ -41,11 +41,7 @@
        Preferences/Misc        \
        Preferences/EditorFSC
 
-# Do not compile the Debuggers/ProjectCenter module on MinGW since I'm
-# told at the moment it doesn't even compile there.
-ifneq ($(GNUSTEP_TARGET_OS), mingw32)
-  SUBPROJECTS += Debuggers/ProjectCenter
-endif
+SUBPROJECTS += Debuggers/ProjectCenter
 
 
 include $(GNUSTEP_MAKEFILES)/aggregate.make


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to