mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 02:46:49 +00:00
tools -> devtools
This commit is contained in:
parent
fc216fcc4e
commit
a875ffaa0a
4
ports.mk
4
ports.mk
@ -54,7 +54,7 @@ bundle: residual-static
|
||||
ifdef DIST_FILES_ENGINEDATA
|
||||
cp $(DIST_FILES_ENGINEDATA) $(bundle_name)/Contents/Resources/
|
||||
endif
|
||||
$(srcdir)/tools/credits.pl --rtf > $(bundle_name)/Contents/Resources/Credits.rtf
|
||||
$(srcdir)/devtools/credits.pl --rtf > $(bundle_name)/Contents/Resources/Credits.rtf
|
||||
chmod 644 $(bundle_name)/Contents/Resources/*
|
||||
cp residual-static $(bundle_name)/Contents/MacOS/residual
|
||||
chmod 755 $(bundle_name)/Contents/MacOS/residual
|
||||
@ -145,7 +145,7 @@ iphone: $(OBJS)
|
||||
# TODO: Replace AUTHORS by Credits.rtf
|
||||
osxsnap: bundle
|
||||
mkdir Residual-snapshot
|
||||
$(srcdir)/tools/credits.pl --text > $(srcdir)/AUTHORS
|
||||
$(srcdir)/devtools/credits.pl --text > $(srcdir)/AUTHORS
|
||||
cp $(srcdir)/AUTHORS ./Residual-snapshot/Authors
|
||||
cp $(srcdir)/COPYING ./Residual-snapshot/License\ \(GPL\)
|
||||
cp $(srcdir)/COPYING.LGPL ./Residual-snapshot/License\ \(LGPL\)
|
||||
|
Loading…
x
Reference in New Issue
Block a user