File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- GENDEV? =/opt/toolchains/gen/
1
+ GENDEV? =/opt/toolchains/gen
2
2
MAKE? =make
3
3
GENBIN =$(GENDEV ) /bin
4
4
GENGCC_BIN =$(GENDEV ) /m68k-elf/bin
@@ -41,7 +41,8 @@ tools: sgdk-read-only
41
41
make -f ../../../files/Makefile.xgmtool && cp out/xgmtool $(GENDEV ) /bin/.
42
42
cd sgdk-read-only/tools/rescomp && \
43
43
patch -u -p0 < ../../../files/rescomp.diff && \
44
- make -f ../../../files/Makefile.rescomp && cp out/rescomp $(GENDEV ) /bin/.
44
+ make -f ../../../files/Makefile.rescomp && cp out/rescomp $(GENDEV ) /bin/. && \
45
+ cp ../../bin/lz4w.jar $(GENDEV ) /bin/.
45
46
46
47
patch :
47
48
cd sgdk-read-only && git diff * > ../files/sgdk.diff
@@ -52,11 +53,11 @@ sgdk-read-only:
52
53
# svn co http://sgdk.googlecode.com/svn/trunk sgdk-read-only
53
54
# patch -u -p0 < files/sgdk.diff
54
55
55
- sgdk-read-only/libmd.a :
56
+ sgdk-read-only/libmd.a : sgdk-read-only
56
57
cd sgdk-read-only && ln -sf ../files/Makefile.sgdk_lib .
57
58
cd sgdk-read-only && $(MAKE ) -f Makefile.sgdk_lib
58
59
59
- install : tools sgdk-read-only sgdk-read-only /libmd.a
60
+ install : tools sgdk-read-only/libmd.a
60
61
echo " Install"
61
62
cd sgdk-read-only && $(MAKE ) -f Makefile.sgdk_lib install
62
63
install -b sgdk-read-only/md.ld $(GENDEV ) /ldscripts/sgdk.ld
You can’t perform that action at this time.
0 commit comments