|
Last change
on this file since 46 was
38,
checked in by guyru, 6 years ago
|
|
check for updates support
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
602 bytes
|
| Line | |
|---|
| 1 | bin_PROGRAMS = openyahtzee |
|---|
| 2 | openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp five.xpm four.xpm one.xpm \ |
|---|
| 3 | six.xpm three.xpm two.xpm DBwrapper.cpp DBwrapper.h SettingsDB.cpp \ |
|---|
| 4 | HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp icon.xpm icon32.xpm \ |
|---|
| 5 | openyahtzee.rc |
|---|
| 6 | |
|---|
| 7 | # set the include path found by configure |
|---|
| 8 | INCLUDES = $(all_includes) |
|---|
| 9 | |
|---|
| 10 | # the library search path. |
|---|
| 11 | |
|---|
| 12 | noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \ |
|---|
| 13 | HighScoreDialog.h SettingsDialog.h Icon.h icon32.ico |
|---|
| 14 | |
|---|
| 15 | openyahtzee_LDFLAGS = `wx-config --libs` -lsqlite3 |
|---|
| 16 | AM_CXXFLAGS = `wx-config --cxxflags` |
|---|
Note: See
TracBrowser
for help on using the repository browser.