mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-13 05:40:46 +00:00
10 lines
168 B
Bash
10 lines
168 B
Bash
# builds the GUI C classes
|
|
mkdir temp
|
|
cp zerospu2.glade temp/
|
|
cd temp
|
|
glade-2 --write-source zerospu2.glade
|
|
rm src/main.c
|
|
cp src/*.h src/*.c ../
|
|
cd ..
|
|
/bin/rm -rf temp
|