AI 146970: am: CL 146969 Windows SDK fixes for JetCreator

Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 146970
This commit is contained in:
Raphael Moll
2009-04-20 13:22:55 -07:00
committed by The Android Open Source Project
parent 1a2b2f08e2
commit 4cdf12c33e

View File

@@ -136,19 +136,19 @@ function package() {
JETLOGICTEMPLATES="$JET/logic_templates"
JETDOC="$DEST/docs/JetCreator"
# need to rm these folders since a Mac SDK will have them and it would create a conflict
# need to rm these folders since a Mac SDK will have them and it might create a conflict
rm -rfv "$JET"
rm -rfv "$JETDOC"
# now create fresh folders for JetCreator
mkdir "$JET"
mkdir "$JETDOC"
mkdir -v "$JET"
mkdir -v "$JETDOC"
cp -rv external/sonivox/jet_tools/JetCreator "$JETCREATOR"
cp -v prebuilt/windows/jetcreator/EASDLL.dll "$JETCREATOR"
cp -v prebuilt/windows/jetcreator/EASDLL.dll "$JETCREATOR"
cp -rv external/sonivox/jet_tools/JetCreator_content "$JETDEMOCONTENT"
cp -rv external/sonivox/jet_tools/logic_templates "$JETLOGICTEMPLATES"
chmod -vR u+w "$JETCREATOR" # fixes an issue where Cygwin might copy the above as u+rx only
cp -v prebuilt/windows/jetcreator/EASDLL.dll "$JETCREATOR"/
cp -v external/sonivox/docs/JET_Authoring_Guidelines.html "$JETDOC"/
cp -rv external/sonivox/docs/JET_Authoring_Guidelines_files "$JETDOC"/