mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 09:00:54 +00:00
move
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@186 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user