* Instance/application.make: Replace deprecated Windows GUI flag.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28888 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2009-10-26 17:58:11 +00:00
parent 0bfd3923ff
commit 343b043a9f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-10-26 Adam Fedor <fedor@gnu.org>
* Instance/application.make: Replace deprecated Windows GUI flag.
2009-10-10 Nicola Pero <nicola.pero@meta-innovation.com>
Added support for having source files in subdirectories without

View file

@ -121,7 +121,7 @@ endif
# Move this into target.make, but somehow make sure it is only used
# when linking applications.
ifeq ($(findstring mingw32, $(GNUSTEP_TARGET_OS)), mingw32)
ALL_LDFLAGS += -mwindows
ALL_LDFLAGS += -Wl,-subsystem,windows
endif
$(APP_FILE): $(OBJ_FILES_TO_LINK)