Changeset 30
- Timestamp:
- 23/12/06 13:44:12 (6 years ago)
- Location:
- trunk/OpenYahtzee
- Files:
-
- 4 edited
-
openyahtzee.kdevelop.pcs (modified) (previous)
-
openyahtzee.kdevses (modified) (4 diffs)
-
src/Makefile.am (modified) (1 diff)
-
src/Makefile.in (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenYahtzee/openyahtzee.kdevses
r28 r30 4 4 <DocsAndViews NumberOfDocuments="11" > 5 5 <Doc0 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/SettingsDB.h" > 6 <View0 line="0"Type="Source" />6 <View0 Type="Source" /> 7 7 </Doc0> 8 8 <Doc1 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/openyahtzee.cpp" > … … 10 10 </Doc1> 11 11 <Doc2 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/MainFrame.cpp" > 12 <View0 line="64"Type="Source" />12 <View0 Type="Source" /> 13 13 </Doc2> 14 14 <Doc3 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/ObjectsID.h" > … … 16 16 </Doc3> 17 17 <Doc4 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/MainFrame.h" > 18 <View0 line="0"Type="Source" />18 <View0 Type="Source" /> 19 19 </Doc4> 20 20 <Doc5 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/DBwrapper.h" > … … 22 22 </Doc5> 23 23 <Doc6 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/HighScoreTableDB.cpp" > 24 <View0 line="72"Type="Source" />24 <View0 Type="Source" /> 25 25 </Doc6> 26 26 <Doc7 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/SettingsDialog.cpp" > 27 <View0 line="0"Type="Source" />27 <View0 Type="Source" /> 28 28 </Doc7> 29 29 <Doc8 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/SettingsDB.cpp" > 30 <View0 line="0"Type="Source" />30 <View0 Type="Source" /> 31 31 </Doc8> 32 32 <Doc9 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/HighScoreTableDB.h" > 33 <View0 line="49"Type="Source" />33 <View0 Type="Source" /> 34 34 </Doc9> 35 35 <Doc10 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/HighScoreDialog.cpp" > -
trunk/OpenYahtzee/src/Makefile.am
r9 r30 1 1 bin_PROGRAMS = openyahtzee 2 2 openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp five.xpm four.xpm one.xpm \ 3 six.xpm three.xpm two.xpm DBwrapper.cpp DBwrapper.h SettingsDB.cpp \4 HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp3 six.xpm three.xpm two.xpm DBwrapper.cpp DBwrapper.h SettingsDB.cpp \ 4 HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp icon.xpm 5 5 6 6 # set the include path found by configure -
trunk/OpenYahtzee/src/Makefile.in
r9 r30 112 112 F77 = @F77@ 113 113 FFLAGS = @FFLAGS@ 114 GREP = @GREP@ 114 115 INSTALL_DATA = @INSTALL_DATA@ 115 116 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 136 137 STRIP = @STRIP@ 137 138 VERSION = @VERSION@ 138 ac_ct_AR = @ac_ct_AR@139 139 ac_ct_CC = @ac_ct_CC@ 140 140 ac_ct_CXX = @ac_ct_CXX@ 141 141 ac_ct_F77 = @ac_ct_F77@ 142 ac_ct_RANLIB = @ac_ct_RANLIB@143 ac_ct_STRIP = @ac_ct_STRIP@144 142 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 145 143 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ … … 158 156 build_vendor = @build_vendor@ 159 157 datadir = @datadir@ 158 datarootdir = @datarootdir@ 159 docdir = @docdir@ 160 dvidir = @dvidir@ 160 161 exec_prefix = @exec_prefix@ 161 162 host = @host@ … … 164 165 host_os = @host_os@ 165 166 host_vendor = @host_vendor@ 167 htmldir = @htmldir@ 166 168 includedir = @includedir@ 167 169 infodir = @infodir@ … … 169 171 libdir = @libdir@ 170 172 libexecdir = @libexecdir@ 173 localedir = @localedir@ 171 174 localstatedir = @localstatedir@ 172 175 mandir = @mandir@ 173 176 mkdir_p = @mkdir_p@ 174 177 oldincludedir = @oldincludedir@ 178 pdfdir = @pdfdir@ 175 179 prefix = @prefix@ 176 180 program_transform_name = @program_transform_name@ 181 psdir = @psdir@ 177 182 sbindir = @sbindir@ 178 183 sharedstatedir = @sharedstatedir@ … … 180 185 target_alias = @target_alias@ 181 186 openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp five.xpm four.xpm one.xpm \ 182 six.xpm three.xpm two.xpm DBwrapper.cpp DBwrapper.h SettingsDB.cpp \183 HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp187 six.xpm three.xpm two.xpm DBwrapper.cpp DBwrapper.h SettingsDB.cpp \ 188 HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp icon.xpm 184 189 185 190
Note: See TracChangeset
for help on using the changeset viewer.
