mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
BUILD: Fix win32 target for Windows.
This commit is contained in:
parent
b0e53fd1fc
commit
dbff0afa37
2
ports.mk
2
ports.mk
@ -196,6 +196,7 @@ win32dist: $(EXECUTABLE)
|
||||
mkdir -p $(WIN32PATH)/doc/de
|
||||
mkdir -p $(WIN32PATH)/doc/es
|
||||
mkdir -p $(WIN32PATH)/doc/fr
|
||||
mkdir -p $(WIN32PATH)/doc/it
|
||||
mkdir -p $(WIN32PATH)/doc/no-nb
|
||||
$(STRIP) $(EXECUTABLE) -o $(WIN32PATH)/$(EXECUTABLE)
|
||||
cp $(DIST_FILES_THEMES) $(WIN32PATH)
|
||||
@ -225,6 +226,7 @@ endif
|
||||
unix2dos $(WIN32PATH)/doc/de/*.txt
|
||||
unix2dos $(WIN32PATH)/doc/es/*.txt
|
||||
unix2dos $(WIN32PATH)/doc/fr/*.txt
|
||||
unix2dos $(WIN32PATH)/doc/it/*.txt
|
||||
unix2dos $(WIN32PATH)/doc/no-nb/*.txt
|
||||
|
||||
# Special target to create a win32 NSIS installer
|
||||
|
Loading…
x
Reference in New Issue
Block a user