From a5c39e546a31b71034f597a26b6b6e9b2f25ef87 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 17 Feb 2004 17:43:58 +0000 Subject: although it seems to be abandoned by carsten, lets at least make it build so that someone can have a look and maybe resume work on it --- (limited to 'noncore') diff --git a/noncore/games/oyatzee/config.in b/noncore/games/oyatzee/config.in index 32b6eac..448e622 100644 --- a/noncore/games/oyatzee/config.in +++ b/noncore/games/oyatzee/config.in @@ -1,4 +1,4 @@ - config WORDGAME - boolean "wordgame" - default "y" + config YATZEE + boolean "opie-yatzee (yatzee game)" + default "n" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/games/oyatzee/oyatzee.pro b/noncore/games/oyatzee/oyatzee.pro index 1c435ac..0666c34 100644 --- a/noncore/games/oyatzee/oyatzee.pro +++ b/noncore/games/oyatzee/oyatzee.pro @@ -1,11 +1,10 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin -HEADERS = wordgame.h -SOURCES = main.cpp \ - wordgame.cpp +HEADERS = oyatzee.h +SOURCES = main.cpp oyatzee.cpp TARGET = oyatzee -INCLUDEPATH += $(OPIEDIR)/include +INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -- cgit v0.9.0.2