Parent Directory
|
Revision Log
branching from upstream revision (http://pcsx2.googlecode.com/svn/trunk ): r3113 to https://svn.netsolutions.dnsalias.com/websvn/ps2/pcsx2/pcsx2_0.9.7/branch/r3113_0.9.7_beta
1 | #!/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 |