forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. …
…r=josh sr=pink
- Loading branch information
mark%moxienet.com
committed
Jan 27, 2006
1 parent
da85bb1
commit c24980b
Showing
10 changed files
with
11 additions
and
39 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
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
Binary file not shown.
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
Binary file not shown.
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 |
---|---|---|
@@ -1,15 +1,3 @@ | ||
# decodes resource files from AppleSingle to Resource Manager format. | ||
|
||
ASDECODE = ../../../../../dist/bin/asdecode | ||
RESOURCE_FILES = _Dialogs.rsrc _Strings.rsrc | ||
|
||
all: $(RESOURCE_FILES) | ||
|
||
_Dialogs.rsrc: Dialogs.rsrc | ||
$(ASDECODE) Dialogs.rsrc _Dialogs.rsrc | ||
|
||
_Strings.rsrc: Strings.rsrc | ||
$(ASDECODE) Strings.rsrc _Strings.rsrc | ||
|
||
clean: | ||
rm -f $(RESOURCE_FILES) | ||
all: | ||
@echo These .rsrc files are now distributed as resources in data forks. | ||
@echo No further processing is necessary. |
Binary file not shown.
Binary file not shown.