diff --git a/ogl_editor/kompile b/ogl_editor/kompile new file mode 100644 index 0000000..2b79f88 --- /dev/null +++ b/ogl_editor/kompile @@ -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/