mirror of https://github.com/OpenTTD/OpenTTD
(svn r21606) -Fix (r14636): DOS binary was broken when not stripping
parent
e2a7ecbcae
commit
4a2efd136e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue