mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Add Kart files to Makefile
This commit is contained in:
parent
82f353be61
commit
6b772aab59
1 changed files with 9 additions and 6 deletions
15
src/Makefile
15
src/Makefile
|
@ -84,12 +84,15 @@
|
|||
# SRB2 data files
|
||||
D_DIR?=../bin/Resources
|
||||
D_FILES=$(D_DIR)/srb2.srb \
|
||||
$(D_DIR)/player.dta \
|
||||
$(D_DIR)/rings.wpn \
|
||||
$(D_DIR)/drill.dta \
|
||||
$(D_DIR)/soar.dta \
|
||||
$(D_DIR)/zones.dta \
|
||||
$(D_DIR)/music.dta \
|
||||
$(D_DIR)/patch.dta \
|
||||
#$(D_DIR)/music.dta \
|
||||
$(D_DIR)/gfx.kart \
|
||||
$(D_DIR)/textures.kart \
|
||||
$(D_DIR)/chars.kart \
|
||||
$(D_DIR)/maps.kart \
|
||||
$(D_DIR)/sounds.kart \
|
||||
$(D_DIR)/patch.kart \
|
||||
$(D_DIR)/music.kart \
|
||||
|
||||
PKG_CONFIG?=pkg-config
|
||||
|
||||
|
|
Loading…
Reference in a new issue