move
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@186 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
462821334f
commit
5460ca4639
1 changed files with 6 additions and 6 deletions
12
GNUmakefile
12
GNUmakefile
|
|
@ -36,12 +36,6 @@ L_OBJS += src/external/ds.o src/external/image.o
|
|||
L_OBJS += src/widget/window.o src/widget/button.o src/widget/frame.o src/widget/menu.o src/widget/submenu.o src/widget/image.o src/widget/scrollbar.o
|
||||
L_OBJS += src/cursor/default.o src/cursor/cross.o
|
||||
|
||||
ifeq ($(NO_STB_IMAGE),1)
|
||||
include deps.mk
|
||||
else
|
||||
L_CFLAGS += -DUSE_STB_IMAGE
|
||||
endif
|
||||
|
||||
FOUND_PLATFORM = 0
|
||||
|
||||
ifeq ($(TARGET),NetBSD)
|
||||
|
|
@ -127,6 +121,12 @@ EXEC =
|
|||
SHARED = -dynamiclib
|
||||
endif
|
||||
|
||||
ifeq ($(NO_STB_IMAGE),1)
|
||||
include deps.mk
|
||||
else
|
||||
L_CFLAGS += -DUSE_STB_IMAGE
|
||||
endif
|
||||
|
||||
EXAMPLES = examples/example$(EXEC) examples/rotate$(EXEC) examples/image$(EXEC) examples/scrollbar$(EXEC)
|
||||
|
||||
ifeq ($(OPENGL),1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue