mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-08 02:36:38 +00:00
![arcum42](/assets/img/avatar_default.png)
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 ../../.. |