Changeset 169 for trunk/src/Makefile.am
- Timestamp:
- 10/03/2008 07:55:50 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/Makefile.am (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r166 r169 5 5 configuration.h \ 6 6 DBwrapper.cpp \ 7 dice_graphics.cpp \8 dice_theme_dialog.cpp \9 7 MainFrame.cpp \ 10 8 highscores_dialog.cpp \ … … 17 15 ScoreDice.cpp \ 18 16 UtilityFunctions.cpp \ 19 wxDynamicBitmap.cpp 17 wxDynamicBitmap.cpp \ 18 one.xpm \ 19 two.xpm \ 20 three.xpm \ 21 four.xpm \ 22 five.xpm \ 23 six.xpm 20 24 21 25 # set the include path found by configure … … 24 28 # the library search path. 25 29 26 dice_graphics = \27 dice/theme1/one.xpm \28 dice/theme1/two.xpm \29 dice/theme1/three.xpm \30 dice/theme1/four.xpm \31 dice/theme1/five.xpm \32 dice/theme1/six.xpm \33 dice/theme2/one.xpm \34 dice/theme2/two.xpm \35 dice/theme2/three.xpm \36 dice/theme2/four.xpm \37 dice/theme2/five.xpm \38 dice/theme2/six.xpm \39 dice/theme3/1.xpm \40 dice/theme3/2.xpm \41 dice/theme3/3.xpm \42 dice/theme3/4.xpm \43 dice/theme3/5.xpm \44 dice/theme3/6.xpm45 46 30 noinst_HEADERS = \ 47 31 About.h \ 48 32 DBwrapper.h \ 49 dice_graphics.h \50 dice_theme_dialog.h \51 33 Icon.h \ 52 34 icon32.ico \ … … 55 37 ScoreDice.h \ 56 38 UtilityFunctions.h \ 57 wxDynamicBitmap.h \ 58 $(dice_graphics) 39 wxDynamicBitmap.h 59 40 60 41 AM_CXXFLAGS = `wx-config --cxxflags`
Note: See TracChangeset
for help on using the changeset viewer.
