commit 2876d120a85129cc061b870276bcbdc9f8d86eef
parent a2eac490fae70424d54f446d50a159ed673c85c9
Author: falkTX <falktx@gmail.com>
Date: Tue, 21 Jan 2014 22:06:07 +0000
Build cairo example on linux
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/examples/Makefile b/examples/Makefile
@@ -16,7 +16,11 @@ LINK_FLAGS += -L.. -ldgl $(DGL_LIBS)
ifeq ($(WIN32),true)
TARGETS = app.exe cairo.exe color images.exe nekobi-ui.exe
else
+ifeq ($(MACOS),true)
TARGETS = app color images nekobi-ui
+else
+TARGETS = app cairo color images nekobi-ui
+endif
endif
# --------------------------------------------------------------