Skip to content

Commit 51e857f

Browse files
included DSC AssetBuild tool
1 parent 1b64a17 commit 51e857f

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

arm9/Makefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ ifeq ($(strip $(DEVKITARM)),)
66
$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
77
endif
88

9-
ifeq ($(strip $(DSCENGINE)),)
10-
$(error "Environment variable missing DSCENGINE")
11-
endif
12-
13-
ifeq ($(strip $(DSCTOOLS)),)
14-
$(error "Environment variable missing DSCTOOLS")
15-
endif
16-
179
include $(DEVKITARM)/ds_rules
1810

1911
#---------------------------------------------------------------------------------
@@ -212,7 +204,7 @@ $(SOUNDBANK) : $(MODFILES)
212204
%.s %.h: %.png
213205
#---------------------------------------------------------------------------------
214206
echo $*
215-
$(DSCTOOLS)/DSC.Toolchain.AssetBuild.exe -i$< -h$*.h -s$*.s
207+
../tools/DSC.Toolchain.AssetBuild.exe -i$< -h$*.h -s$*.s
216208
# replace #include<> with #include"" because DSC is not an external library in this case
217209
sed -i 's/[\<\>]/\"/g' $*.h
218210

89.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)