add clock
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@245 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
a8f2628009
commit
4a23bf61b3
10 changed files with 187 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ endif
|
|||
CC = $(GCC)gcc
|
||||
CXX = $(GCC)g++
|
||||
|
||||
CFLAGS = -Wall -Wextra -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude
|
||||
CFLAGS = -Wall -Wextra -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-unused-value -Iinclude
|
||||
LDFLAGS =
|
||||
LIBS =
|
||||
|
||||
|
|
@ -138,7 +138,7 @@ EXAMPLES = examples/example$(EXEC) examples/rotate$(EXEC) examples/image$(EXEC)
|
|||
ifeq ($(OPENGL),1)
|
||||
L_OBJS += src/widget/opengl.o
|
||||
OOL_OBJS += oosrc/widget/opengl.o
|
||||
EXAMPLES += examples/gltriangle$(EXEC) examples/glgears$(EXEC) examples/glboing$(EXEC) examples/glcube$(EXEC)
|
||||
EXAMPLES += examples/glclock$(EXEC) examples/gltriangle$(EXEC) examples/glgears$(EXEC) examples/glboing$(EXEC) examples/glcube$(EXEC)
|
||||
endif
|
||||
|
||||
ifeq ($(VULKAN),1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue