Parent Directory
|
Revision Log
committing r3113 initial commit again...
1 | william | 31 | #!/bin/sh |
2 | |||
3 | # Probably self-explanatory: This batch file compiles a single souce image into a | ||
4 | # CPP header file for use by pcsx2. | ||
5 | # | ||
6 | # bin2cpp.sh SrcImage | ||
7 | # | ||
8 | # Parameters | ||
9 | # SrcImage - Complete filename with extension. | ||
10 | # | ||
11 | |||
12 | $1/tools/bin/bin2cpp $2 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |