ogl_editor: make it compile in linux
just a quick test with a manual compilation script
This commit is contained in:
parent
650bb4e01d
commit
d22d80ff9a
4
ogl_editor/kompile
Normal file
4
ogl_editor/kompile
Normal file
@ -0,0 +1,4 @@
|
||||
gcc -c external/mxml/*.c -D_THREAD_SAFE -D_REENTRANT
|
||||
gcc -c emgui/src/*.c emgui/src/*/*.c -DEMGUI_UNIX -I emgui/include -I emgui/src/
|
||||
gcc ../sync/*.c -c
|
||||
gcc -c src/*.c -DEMGUI_UNIX -I emgui/include -I external/mxml/ -I src/
|
||||
Loading…
x
Reference in New Issue
Block a user