enable debugger on windows

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/ptyview_with_pipes@39556 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2016-03-17 15:20:49 +00:00
parent e082b8e3d7
commit 12c4b63b33
2 changed files with 2 additions and 6 deletions

View file

@ -49,7 +49,7 @@ ProjectCenter_OBJC_FILES= \
PTYView.m
ADDITIONAL_NATIVE_LIBS += util
#ADDITIONAL_NATIVE_LIBS += util
include ../../GNUmakefile.bundles
include $(GNUSTEP_MAKEFILES)/bundle.make

View file

@ -41,11 +41,7 @@ SUBPROJECTS = \
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