- Timestamp:
- 12/29/2007 09:27:57 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r135 r136 1 1 bin_PROGRAMS = openyahtzee 2 openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp DBwrapper.cpp DBwrapper.h\2 openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp DBwrapper.cpp \ 3 3 SettingsDB.cpp HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp \ 4 4 icon.xpm icon32.xpm wxDynamicBitmap.cpp About.cpp \ … … 10 10 # the library search path. 11 11 12 dice_graphics = dice/theme1/one.xpm dice/theme1/two.xpm dice/theme1/three.xpm \ 13 dice/theme1/four.xpm dice/theme1/five.xpm dice/theme1/six.xpm \ 14 dice/theme2/one.xpm dice/theme2/two.xpm dice/theme2/three.xpm \ 15 dice/theme2/four.xpm dice/theme2/five.xpm dice/theme2/six.xpm \ 16 dice/theme3/1.xpm dice/theme3/2.xpm dice/theme3/3.xpm \ 17 dice/theme3/4.xpm dice/theme3/5.xpm dice/theme3/6.xpm 18 12 19 noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \ 13 20 HighScoreDialog.h SettingsDialog.h Icon.h icon32.ico wxDynamicBitmap.h \ 14 UtilityFunctions.h ScoreDice.h dice_graphics.cpp 15 16 noinst_dicedir = dice 17 noinst_dice_HEADERS = dice/theme1/one.xpm dice/theme1/two.xpm dice/theme1/three.xpm \ 18 dice/theme1/four.xpm dice/theme1/five.xpm dice/theme1/six.xpm 19 dice/theme2/one.xpm dice/theme2/two.xpm dice/theme2/three.xpm \ 20 dice/theme2/four.xpm dice/theme2/five.xpm dice/theme2/six.xpm 21 dice/theme3/1.xpm dice/theme3/2.xpm dice/theme3/3.xpm \ 22 dice/theme3/4.xpm dice/theme3/5.xpm dice/theme3/6.xpm 21 About.h UtilityFunctions.h ScoreDice.h dice_graphics.h DBwrapper.h \ 22 $(dice_graphics) 23 23 24 24 AM_CXXFLAGS = `wx-config --cxxflags`
Note: See TracChangeset
for help on using the changeset viewer.
