Changeset 169 for trunk/src/Makefile.am


Ignore:
Timestamp:
10/03/2008 07:55:50 PM (4 years ago)
Author:
guyru
Message:

remove the initial work on dice themes support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r166 r169  
    55        configuration.h \ 
    66        DBwrapper.cpp \ 
    7         dice_graphics.cpp \ 
    8         dice_theme_dialog.cpp \ 
    97        MainFrame.cpp \ 
    108        highscores_dialog.cpp \ 
     
    1715        ScoreDice.cpp \ 
    1816        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  
    2024 
    2125# set the include path found by configure 
     
    2428# the library search path. 
    2529 
    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.xpm 
    45  
    4630noinst_HEADERS = \ 
    4731        About.h \ 
    4832        DBwrapper.h \ 
    49         dice_graphics.h \ 
    50         dice_theme_dialog.h \ 
    5133        Icon.h \ 
    5234        icon32.ico \ 
     
    5537        ScoreDice.h \ 
    5638        UtilityFunctions.h \ 
    57         wxDynamicBitmap.h \ 
    58         $(dice_graphics) 
     39        wxDynamicBitmap.h 
    5940 
    6041AM_CXXFLAGS = `wx-config --cxxflags` 
Note: See TracChangeset for help on using the changeset viewer.