Changeset 146 for branches/openyahtzee-1.8/src/Makefile.am
- Timestamp:
- 01/17/2008 09:39:15 PM (4 years ago)
- File:
-
- 1 edited
-
branches/openyahtzee-1.8/src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee-1.8/src/Makefile.am
r144 r146 1 1 bin_PROGRAMS = openyahtzee 2 2 openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp five.xpm four.xpm one.xpm \ 3 six.xpm three.xpm two.xpm DBwrapper.cpp DBwrapper.hSettingsDB.cpp \4 HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp icon.xpm icon32.xpm \5 openyahtzee.rcwxDynamicBitmap.cpp About.cpp UtilityFunctions.cpp3 six.xpm three.xpm two.xpm DBwrapper.cpp SettingsDB.cpp \ 4 HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp icon.xpm \ 5 icon32.xpm wxDynamicBitmap.cpp About.cpp UtilityFunctions.cpp 6 6 7 7 # set the include path found by configure … … 11 11 12 12 noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \ 13 HighScoreDialog.h SettingsDialog.h Icon.h icon32.ico wxDynamicBitmap.h UtilityFunctions.h 13 HighScoreDialog.h SettingsDialog.h Icon.h icon32.ico wxDynamicBitmap.h \ 14 UtilityFunctions.h DBwrapper.h About.h 14 15 15 16 openyahtzee_LDFLAGS = `wx-config --libs`
Note: See TracChangeset
for help on using the changeset viewer.
