Makefile.bundle.in
changeset 10385 4f9838649c7f
parent 10335 4eccb8a55280
equal deleted inserted replaced
10384:6b408b83ac34 10385:4f9838649c7f
    81 ifeq ($(shell if test -n "`ls -l \"$(BIN_DIR)/scenario/heightmaps/\"* 2>/dev/null`"; then echo 1; fi), 1)
    81 ifeq ($(shell if test -n "`ls -l \"$(BIN_DIR)/scenario/heightmaps/\"* 2>/dev/null`"; then echo 1; fi), 1)
    82 	$(Q)cp "$(BIN_DIR)/scenario/heightmaps/"* "$(BUNDLE_DIR)/scenario/heightmap/"
    82 	$(Q)cp "$(BIN_DIR)/scenario/heightmaps/"* "$(BUNDLE_DIR)/scenario/heightmap/"
    83 endif
    83 endif
    84 ifeq ($(TTD), openttd.exe)
    84 ifeq ($(TTD), openttd.exe)
    85 	$(Q)unix2dos "$(BUNDLE_DIR)/docs/"* "$(BUNDLE_DIR)/readme.txt" "$(BUNDLE_DIR)/COPYING" "$(BUNDLE_DIR)/changelog.txt" "$(BUNDLE_DIR)/known-bugs.txt"
    85 	$(Q)unix2dos "$(BUNDLE_DIR)/docs/"* "$(BUNDLE_DIR)/readme.txt" "$(BUNDLE_DIR)/COPYING" "$(BUNDLE_DIR)/changelog.txt" "$(BUNDLE_DIR)/known-bugs.txt"
       
    86 ifeq ($(OS), DOS)
       
    87 	$(Q)cp "$(ROOT_DIR)/os/dos/cwsdpmi.txt"   "$(BUNDLE_DIR)/docs/"
       
    88 ifndef STRIP
       
    89 	$(Q)cp "$(ROOT_DIR)/os/dos/cwsdpmi.exe"   "$(TTD_DIR)/"
       
    90 endif
       
    91 endif
    86 endif
    92 endif
    87 
    93 
    88 ### Packing the current bundle into several compressed file formats ###
    94 ### Packing the current bundle into several compressed file formats ###
    89 #
    95 #
    90 # Zips & dmgs do not contain a root folder, i.e. they have files in the root of the zip/dmg.
    96 # Zips & dmgs do not contain a root folder, i.e. they have files in the root of the zip/dmg.