mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1767 96395faa-99c1-11dd-bbfe-3dabce05a288
8 lines
No EOL
154 B
Bash
Executable file
8 lines
No EOL
154 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Run before compiling. Compile by loading up pcsx2/Linux/pcsx2.workspace
|
|
# with Code::Blocks.
|
|
|
|
cd pcsx2/gui/Resources
|
|
./rebuild.sh
|
|
cd ../../.. |