Browse Source

Build cairo example on linux

gh-pages
falkTX 11 years ago
parent
commit
2876d120a8
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      examples/Makefile

+ 4
- 0
examples/Makefile View File

@@ -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

# --------------------------------------------------------------


Loading…
Cancel
Save