diff --git a/Modules/Debuggers/ProjectCenter/GNUmakefile b/Modules/Debuggers/ProjectCenter/GNUmakefile index 08d3d19..3b4fb43 100644 --- a/Modules/Debuggers/ProjectCenter/GNUmakefile +++ b/Modules/Debuggers/ProjectCenter/GNUmakefile @@ -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 diff --git a/Modules/GNUmakefile b/Modules/GNUmakefile index 4474d84..8960ac7 100644 --- a/Modules/GNUmakefile +++ b/Modules/GNUmakefile @@ -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