Changeset 153
- Timestamp:
- 22/09/08 18:20:17 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r149 r153 1 1 bin_PROGRAMS = openyahtzee 2 openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp DBwrapper.cpp \ 3 HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp \ 4 SettingsDB.cpp icon.xpm icon32.xpm wxDynamicBitmap.cpp About.cpp \ 5 UtilityFunctions.cpp ScoreDice.cpp dice_graphics.cpp \ 6 dice_theme_dialog.cpp 2 openyahtzee_SOURCES = \ 3 About.cpp \ 4 DBwrapper.cpp \ 5 dice_graphics.cpp \ 6 dice_theme_dialog.cpp \ 7 MainFrame.cpp \ 8 HighScoreDialog.cpp \ 9 HighScoreTableDB.cpp \ 10 icon.xpm \ 11 icon32.xpm \ 12 openyahtzee.cpp \ 13 SettingsDB.cpp \ 14 SettingsDialog.cpp \ 15 ScoreDice.cpp \ 16 UtilityFunctions.cpp \ 17 wxDynamicBitmap.cpp 7 18 8 19 # set the include path found by configure … … 11 22 # the library search path. 12 23 13 dice_graphics = dice/theme1/one.xpm dice/theme1/two.xpm dice/theme1/three.xpm \ 14 dice/theme1/four.xpm dice/theme1/five.xpm dice/theme1/six.xpm \ 15 dice/theme2/one.xpm dice/theme2/two.xpm dice/theme2/three.xpm \ 16 dice/theme2/four.xpm dice/theme2/five.xpm dice/theme2/six.xpm \ 17 dice/theme3/1.xpm dice/theme3/2.xpm dice/theme3/3.xpm \ 18 dice/theme3/4.xpm dice/theme3/5.xpm dice/theme3/6.xpm 24 dice_graphics = \ 25 dice/theme1/one.xpm \ 26 dice/theme1/two.xpm \ 27 dice/theme1/three.xpm \ 28 dice/theme1/four.xpm \ 29 dice/theme1/five.xpm \ 30 dice/theme1/six.xpm \ 31 dice/theme2/one.xpm \ 32 dice/theme2/two.xpm \ 33 dice/theme2/three.xpm \ 34 dice/theme2/four.xpm \ 35 dice/theme2/five.xpm \ 36 dice/theme2/six.xpm \ 37 dice/theme3/1.xpm \ 38 dice/theme3/2.xpm \ 39 dice/theme3/3.xpm \ 40 dice/theme3/4.xpm \ 41 dice/theme3/5.xpm \ 42 dice/theme3/6.xpm 19 43 20 44 noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \
Note: See TracChangeset
for help on using the changeset viewer.
