- Timestamp:
- 24/09/08 20:58:53 (5 years ago)
- Location:
- trunk/src
- Files:
-
- 2 added
- 2 edited
-
MainFrame.cpp (modified) (2 diffs)
-
Makefile.am (modified) (2 diffs)
-
configuration.cpp (added)
-
configuration.h (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainFrame.cpp
r156 r157 36 36 #include "About.h" 37 37 #include "UtilityFunctions.h" 38 #include "configuration.h" 38 39 #include <iostream> 39 40 #include <sstream> … … 78 79 wxRenameFile(home_path+wxT("/.OpenYahtzee"),home_path+wxT("/.openyahtzee"),false); 79 80 } 81 Configuration config("/home/guy/.openyahtzee.new"); 80 82 m_settingsdb = new SettingsDB(); //Get the settings database connection 81 83 m_highscoredb = new HighScoreTableDB(); -
trunk/src/Makefile.am
r153 r157 2 2 openyahtzee_SOURCES = \ 3 3 About.cpp \ 4 configuration.cpp \ 5 configuration.h \ 4 6 DBwrapper.cpp \ 5 7 dice_graphics.cpp \ … … 42 44 dice/theme3/6.xpm 43 45 44 noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \ 45 HighScoreDialog.h SettingsDialog.h Icon.h icon32.ico wxDynamicBitmap.h \ 46 About.h UtilityFunctions.h ScoreDice.h dice_graphics.h DBwrapper.h \ 47 dice_theme_dialog.h $(dice_graphics) 46 noinst_HEADERS = \ 47 About.h \ 48 DBwrapper.h \ 49 dice_graphics.h \ 50 dice_theme_dialog.h \ 51 HighScoreTableDB.h \ 52 HighScoreDialog.h \ 53 Icon.h \ 54 icon32.ico \ 55 MainFrame.h \ 56 ObjectsID.h \ 57 SettingsDB.h \ 58 SettingsDialog.h \ 59 ScoreDice.h \ 60 UtilityFunctions.h \ 61 wxDynamicBitmap.h \ 62 $(dice_graphics) 48 63 49 64 AM_CXXFLAGS = `wx-config --cxxflags`
Note: See TracChangeset
for help on using the changeset viewer.
