mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
* 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:
parent
0bfd3923ff
commit
343b043a9f
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue