|
Last change
on this file since 33 was
33,
checked in by guyru, 6 years ago
|
|
fixed icon issue under windows
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
562 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 | |
|---|
| 6 | # set the include path found by configure |
|---|
| 7 | INCLUDES = $(all_includes) |
|---|
| 8 | |
|---|
| 9 | # the library search path. |
|---|
| 10 | |
|---|
| 11 | noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \ |
|---|
| 12 | HighScoreDialog.h SettingsDialog.h |
|---|
| 13 | |
|---|
| 14 | openyahtzee_LDFLAGS = `wx-config --libs` -lsqlite3 |
|---|
| 15 | AM_CXXFLAGS = `wx-config --cxxflags` |
|---|
Note: See
TracBrowser
for help on using the repository browser.