mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
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:
parent
e082b8e3d7
commit
12c4b63b33
2 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue