This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81b4515
commit 3adb5bb
Showing
10 changed files
with
499 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ build: ensureoutputdir | |
mkdir -p $(BUILD_DIR)/content/libs | ||
cp ../../build/libs/builtin.abc $(BUILD_DIR)/content/libs/ | ||
cp ../../build/libs/relooper.js $(BUILD_DIR)/content/libs/ | ||
cp ../../utils/vp6player/vp6player.swf $(BUILD_DIR)/content/ | ||
# Copying closure optimized shumway.js files | ||
cp $(BUNDLES_DIR)/shumway*.js $(BUILD_DIR)/content/ | ||
cp ../../build/version/version.txt $(BUILD_DIR)/content/version.txt | ||
|
@@ -71,6 +72,7 @@ restartless: | |
ln -s ../../../build/libs $(RESTARTLESS_DIR)/content/libs | ||
ln -s ../../../build/bundles/shumway.gfx.js $(RESTARTLESS_DIR)/content/shumway.gfx.js | ||
ln -s ../../../build/bundles/shumway.player.js $(RESTARTLESS_DIR)/content/shumway.player.js | ||
ln -s ../../../utils/vp6player/vp6player.swf $(RESTARTLESS_DIR)/content/vp6player.swf | ||
ln -s ../../../build/version/version.txt $(RESTARTLESS_DIR)/content/version.txt | ||
cd $(RESTARTLESS_DIR); pwd > "$(PROFILE)/extensions/[email protected]" | ||
grep "nglayout.debug.disable_xul_cache\", true" "$(PROFILE)/prefs.js" 1>/dev/null || echo "Set create 'nglayout.debug.disable_xul_cache' boolean preference to 'true'." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.