Changeset - r16862:22a22a8e90c5
[Not reviewed]
master
0 1 0
smatz - 14 years ago 2010-12-23 11:02:47
smatz@openttd.org
(svn r21606) -Fix (r14636): DOS binary was broken when not stripping
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.src.in
Show inline comments
 
@@ -262,11 +262,11 @@ else
 
endif
 
ifdef STRIP
 
	$(Q)$(STRIP) $@
 
endif
 
ifeq ($(OS), DOS)
 
	$(E) '$(STAGE) Adding CWSDPMI stub to $@'
 
	$(Q)$(ROOT_DIR)/os/dos/make_dos_binary_selfcontained.sh $(SRC_OBJS_DIR)/$@
 
endif
 
endif
 

	
 
# The targets to compile the endian-code
 

	
0 comments (0 inline, 0 general)