forked from mirror/OpenTTD
(svn r21606) -Fix (r14636): DOS binary was broken when not stripping
This commit is contained in:
@@ -262,11 +262,11 @@ else
|
|||||||
endif
|
endif
|
||||||
ifdef STRIP
|
ifdef STRIP
|
||||||
$(Q)$(STRIP) $@
|
$(Q)$(STRIP) $@
|
||||||
|
endif
|
||||||
ifeq ($(OS), DOS)
|
ifeq ($(OS), DOS)
|
||||||
$(E) '$(STAGE) Adding CWSDPMI stub to $@'
|
$(E) '$(STAGE) Adding CWSDPMI stub to $@'
|
||||||
$(Q)$(ROOT_DIR)/os/dos/make_dos_binary_selfcontained.sh $(SRC_OBJS_DIR)/$@
|
$(Q)$(ROOT_DIR)/os/dos/make_dos_binary_selfcontained.sh $(SRC_OBJS_DIR)/$@
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
# The targets to compile the endian-code
|
# The targets to compile the endian-code
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user