mirror of
https://github.com/libretro/pcsx2.git
synced 2024-11-29 04:10:48 +00:00
ce0e90e8e6
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1767 96395faa-99c1-11dd-bbfe-3dabce05a288
8 lines
154 B
Bash
Executable File
8 lines
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 ../../.. |