| Revision 210,
852 bytes
checked in by guyru, 2 years ago
(diff) |
|
remove the old, unused, SimpleHistogram? code
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | bin_PROGRAMS = openyahtzee |
|---|
| 2 | openyahtzee_SOURCES = \ |
|---|
| 3 | about.cpp \ |
|---|
| 4 | about.h \ |
|---|
| 5 | ../config.h \ |
|---|
| 6 | configuration.cpp \ |
|---|
| 7 | configuration.h \ |
|---|
| 8 | MainFrame.cpp \ |
|---|
| 9 | highscores_dialog.cpp \ |
|---|
| 10 | highscores_dialog.h \ |
|---|
| 11 | icon32.xpm \ |
|---|
| 12 | icon64.xpm \ |
|---|
| 13 | openyahtzee.cpp \ |
|---|
| 14 | settings_dialog.cpp \ |
|---|
| 15 | settings_dialog.h \ |
|---|
| 16 | ScoreDice.cpp \ |
|---|
| 17 | simple_pie_plot.cpp \ |
|---|
| 18 | statistics.cpp \ |
|---|
| 19 | statistics_dialog.cpp \ |
|---|
| 20 | wxDynamicBitmap.cpp \ |
|---|
| 21 | one.xpm \ |
|---|
| 22 | two.xpm \ |
|---|
| 23 | three.xpm \ |
|---|
| 24 | four.xpm \ |
|---|
| 25 | five.xpm \ |
|---|
| 26 | six.xpm |
|---|
| 27 | |
|---|
| 28 | # set the include path found by configure |
|---|
| 29 | AM_CPPFLAGS = $(all_includes) |
|---|
| 30 | |
|---|
| 31 | # the library search path. |
|---|
| 32 | |
|---|
| 33 | noinst_HEADERS = \ |
|---|
| 34 | openyahtzee.ico \ |
|---|
| 35 | MainFrame.h \ |
|---|
| 36 | ScoreDice.h \ |
|---|
| 37 | simple_pie_plot.h \ |
|---|
| 38 | statistics.h \ |
|---|
| 39 | statistics_dialog.h \ |
|---|
| 40 | wxDynamicBitmap.h \ |
|---|
| 41 | ../openyahtzee.vcproj \ |
|---|
| 42 | ../openyahtzee.sln \ |
|---|
| 43 | openyahtzee.ico \ |
|---|
| 44 | openyahtzee.rc |
|---|
| 45 | |
|---|
| 46 | AM_CXXFLAGS = @WX_CXXFLAGS@ |
|---|
| 47 | openyahtzee_LDADD = @WX_LIBS@ |
|---|
Note: See
TracBrowser
for help on using the repository browser.