Skip to content

Commit

Permalink
Bug 454709 - WinCE Resource Compiling Needs Shunt Application. patch …
Browse files Browse the repository at this point in the history
…by wolfe. r=dougt. npodb
  • Loading branch information
Doug Turner committed Sep 22, 2008
1 parent 47fd415 commit 5295747
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/wince/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ all: output_some_env \
$(MOZCE_TOOLS_DIR)/arm-wince-as.exe \
$(MOZCE_TOOLS_DIR)/arm-wince-gcc.exe \
$(MOZCE_TOOLS_DIR)/arm-wince-lib.exe \
$(MOZCE_TOOLS_DIR)/arm-wince-link.exe
$(MOZCE_TOOLS_DIR)/arm-wince-link.exe \
$(MOZCE_TOOLS_DIR)/arm-wince-res.exe
devenv $(MOZCE_SHUNT_SLN) $(BUILD_SWITCH) $(MOZCE_PROJECT)

clobber:
Expand Down Expand Up @@ -91,3 +92,8 @@ $(MOZCE_TOOLS_DIR)/arm-wince-link.exe: $(MOZCE_TOOLS_DIR)/arm-wince-link.c
mkdir -p bin;
cp arm-wince-link.exe bin; mv arm-wince-link.exe $(MOZCE_TOOLS_DIR); rm *.obj

$(MOZCE_TOOLS_DIR)/arm-wince-res.exe: $(MOZCE_TOOLS_DIR)/arm-wince-res.c
$(CC) $(MOZCE_TOOLS_DIR)/arm-wince-res.c
mkdir -p bin;
cp arm-wince-res.exe bin; mv arm-wince-res.exe $(MOZCE_TOOLS_DIR); rm *.obj

0 comments on commit 5295747

Please sign in to comment.