libui/test/GNUfiles.mk

31 lines
427 B
Makefile
Raw Normal View History

# 22 april 2015
CFILES += \
test/drawtests.c \
test/main.c \
2015-04-23 17:22:06 -05:00
test/menus.c \
test/page1.c \
test/page2.c \
test/page3.c \
test/page4.c \
test/page5.c \
test/page6.c \
2015-10-13 14:09:06 -05:00
test/page7.c \
test/page7a.c \
test/page7b.c \
test/page7c.c \
test/page8.c \
test/page9.c \
test/page10.c \
test/page11.c \
test/page12.c \
test/spaced.c
HFILES += \
test/test.h
2015-12-31 19:09:20 -06:00
ifeq ($(OS),windows)
RCFILES += \
test/resources.rc
endif