mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Ported to Windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20946 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
55d0cd38d8
commit
bd43003b54
1 changed files with 5 additions and 4 deletions
|
@ -113,7 +113,8 @@ internal-palette-all_:: $(GNUSTEP_OBJ_DIR) \
|
|||
$(PALETTE_DIR)/$(GNUSTEP_TARGET_LDIR):
|
||||
$(ECHO_CREATING)$(MKDIRS) $(PALETTE_DIR)/$(GNUSTEP_TARGET_LDIR)$(END_ECHO)
|
||||
|
||||
ifeq ($(BUILD_DLL),yes)
|
||||
# OLD_DLL_SUPPORT should really be deprecated and dropped.
|
||||
ifeq ($(OLD_DLL_SUPPORT),yes)
|
||||
|
||||
$(PALETTE_FILE) : $(OBJ_FILES_TO_LINK)
|
||||
$(ECHO_LINKING)$(DLLWRAP) --driver-name $(CC) \
|
||||
|
@ -122,7 +123,7 @@ $(PALETTE_FILE) : $(OBJ_FILES_TO_LINK)
|
|||
$(ALL_LDFLAGS) \
|
||||
$(ALL_PALETTE_LIBS)$(END_ECHO)
|
||||
|
||||
else # BUILD_DLL
|
||||
else # Standard bundle build using the rules for this target
|
||||
|
||||
$(PALETTE_FILE) : $(OBJ_FILES_TO_LINK)
|
||||
$(ECHO_LINKING)$(BUNDLE_LD) $(BUNDLE_LDFLAGS) $(ALL_LDFLAGS) \
|
||||
|
@ -130,7 +131,7 @@ $(PALETTE_FILE) : $(OBJ_FILES_TO_LINK)
|
|||
$(OBJ_FILES_TO_LINK) \
|
||||
$(ALL_PALETTE_LIBS)$(END_ECHO)
|
||||
|
||||
endif # BUILD_DLL
|
||||
endif # OLD_DLL_SUPPORT
|
||||
|
||||
PRINCIPAL_CLASS = $(strip $($(GNUSTEP_INSTANCE)_PRINCIPAL_CLASS))
|
||||
|
||||
|
@ -146,7 +147,7 @@ endif
|
|||
|
||||
$(PALETTE_DIR)/Resources/Info-gnustep.plist: $(PALETTE_DIR)/Resources
|
||||
$(ECHO_CREATING)(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \
|
||||
echo " NSExecutable = \"$(GNUSTEP_INSTANCE)\";"; \
|
||||
echo " NSExecutable = \"$(PALETTE_NAME)$(PALETTE_OBJ_EXT)\";"; \
|
||||
if [ -r "$(GNUSTEP_INSTANCE)Info.plist" ]; then \
|
||||
cat $(GNUSTEP_INSTANCE)Info.plist; \
|
||||
fi; \
|
||||
|
|
Loading…
Reference in a new issue