mirror of https://github.com/OpenTTD/OpenTTD
(svn r22579) -Fix (r22576): copy-paste error :(
parent
52e40e7cbd
commit
dcc194e8eb
|
@ -39,4 +39,4 @@ bundle_pdb:
|
||||||
@echo '[BUNDLE] Creating $(BUNDLE_NAME).pdb.xz'
|
@echo '[BUNDLE] Creating $(BUNDLE_NAME).pdb.xz'
|
||||||
$(Q)mkdir -p "$(BUNDLES_DIR)"
|
$(Q)mkdir -p "$(BUNDLES_DIR)"
|
||||||
$(Q)cp objs/$(TARGET)/Release/$(PDB) $(BUNDLES_DIR)/$(BUNDLE_NAME).pdb
|
$(Q)cp objs/$(TARGET)/Release/$(PDB) $(BUNDLES_DIR)/$(BUNDLE_NAME).pdb
|
||||||
$(Q)cd xz -9 $(BUNDLES_DIR)/$(BUNDLE_NAME).pdb
|
$(Q)xz -9 $(BUNDLES_DIR)/$(BUNDLE_NAME).pdb
|
||||||
|
|
Loading…
Reference in New Issue