Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Commit

Permalink
Not mxmlc_path, but simply mxmlc is makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
windock committed Nov 21, 2009
1 parent f8f6562 commit 83c2c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ERL=erl +A 4 +K true
APP_NAME=ems APP_NAME=ems
NODE_NAME=$(APP_NAME)@`hostname` NODE_NAME=$(APP_NAME)@`hostname`
VSN=0.1 VSN=0.1
MXMLC_PATH=mxmlc MXMLC=mxmlc


all: ebin/erlmedia.app all: ebin/erlmedia.app
erl -make erl -make
Expand All @@ -26,7 +26,7 @@ clean-doc:
rm -fv doc/*.css rm -fv doc/*.css


player: player:
$(MXMLC_PATH) -default-background-color=#000000 -default-frame-rate=24 -default-size 960 550 -optimize=true -output=wwwroot/player/player.swf wwwroot/player/player.mxml $(MXMLC) -default-background-color=#000000 -default-frame-rate=24 -default-size 960 550 -optimize=true -output=wwwroot/player/player.swf wwwroot/player/player.mxml


run: ebin/erlmedia.app run: ebin/erlmedia.app
$(ERL) +bin_opt_info +debug \ $(ERL) +bin_opt_info +debug \
Expand Down

0 comments on commit 83c2c86

Please sign in to comment.