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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user