1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 17:32:29 +01:00

added quick&dirty game

This commit is contained in:
kojima
2000-04-09 21:46:54 +00:00
parent 27e161cea4
commit 779cdb0dd4
4 changed files with 204 additions and 7 deletions

View File

@@ -20,12 +20,17 @@ include_HEADERS = WINGs.h WUtil.h WINGsP.h
bin_SCRIPTS = get-wings-flags get-wutil-flags
noinst_PROGRAMS = wtest wmquery wmfile fontl testmywidget testcolorpanel connect
noinst_PROGRAMS = wtest wmquery wmfile fontl testmywidget testcolorpanel\
connect puzzle
testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h
testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h
testmywidget_LDADD = libWINGs.a $(LIBLIST)
puzzle_SOURCES = puzzle.c
puzzle_LDADD = libWINGs.a $(LIBLIST)
fontl_SOURCES = fontl.c
fontl_LDADD = libWINGs.a $(LIBLIST)