From d22d80ff9aa1bd3264dfaebfa6c517e73cf9c749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konsta=20=27sooda=27=20H=C3=B6ltt=C3=A4?= Date: Sat, 22 Jun 2013 23:35:51 +0300 Subject: [PATCH] ogl_editor: make it compile in linux just a quick test with a manual compilation script --- ogl_editor/kompile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ogl_editor/kompile 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/