mirror of
https://github.com/zeldaret/tp
synced 2026-06-30 20:01:54 -04:00
Old JAudio changes
This commit is contained in:
@@ -45,11 +45,13 @@ include obj_files.mk
|
||||
MWCC_VERSION := 2.7
|
||||
|
||||
# Programs
|
||||
ifeq ($(WINE),) #if WINE varible is unset (wine can be replaced with a less bloated translation layer such as wibo if needed)
|
||||
ifeq ($(WINDOWS),1)
|
||||
WINE :=
|
||||
else
|
||||
WINE := wine
|
||||
endif
|
||||
endif
|
||||
|
||||
# Hack for OSX
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
@@ -168,7 +170,8 @@ $(DOL_SHIFT): $(ELF_SHIFT) | tools
|
||||
|
||||
shift: dirs $(DOL_SHIFT)
|
||||
|
||||
game: | shift rels
|
||||
game: shift
|
||||
$(MAKE) rels
|
||||
@mkdir -p game
|
||||
@$(PYTHON) tools/package_game_assets.py game $(BUILD_DIR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user