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/branches/pcsx2_0.9.4@186 96395faa-99c1-11dd-bbfe-3dabce05a288
9 lines
162 B
Bash
9 lines
162 B
Bash
# builds the GUI C classes
|
|
mkdir temp
|
|
cp pcsx2.glade temp/
|
|
cd temp
|
|
glade-2 --write-source pcsx2.glade
|
|
rm src/main.c
|
|
cp src/*.h src/*.c ../
|
|
cd ..
|
|
/bin/rm -rf temp
|