done
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@314 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
668377f865
commit
6f252ef1c9
3 changed files with 122 additions and 5 deletions
|
|
@ -4,6 +4,8 @@ ifeq ($(TARGET),)
|
|||
TARGET = $(shell uname -s)
|
||||
endif
|
||||
|
||||
USE_STB_IMAGE = 1
|
||||
|
||||
CC = $(GCC)gcc
|
||||
CXX = $(GCC)g++
|
||||
|
||||
|
|
@ -131,10 +133,10 @@ EXEC =
|
|||
SHARED = -dynamiclib
|
||||
endif
|
||||
|
||||
ifeq ($(NO_STB_IMAGE),1)
|
||||
include external/deps.mk
|
||||
else
|
||||
ifeq ($(USE_STB_IMAGE),1)
|
||||
L_CFLAGS += -DUSE_STB_IMAGE
|
||||
else
|
||||
include external/deps.mk
|
||||
endif
|
||||
|
||||
EXAMPLES = examples/example$(EXEC) examples/rotate$(EXEC) examples/image$(EXEC) examples/scrollbar$(EXEC) examples/checkbox$(EXEC) examples/messagebox$(EXEC) examples/viewport$(EXEC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue