Changeset 111
- Timestamp:
- 15/11/07 22:04:59 (6 years ago)
- Location:
- trunk/OpenYahtzee
- Files:
-
- 4 edited
-
Makefile.am (modified) (1 diff)
-
openyahtzee.kdevelop.pcs (modified) (previous)
-
openyahtzee.kdevses (modified) (1 diff)
-
src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenYahtzee/Makefile.am
r2 r111 4 4 5 5 SUBDIRS = src 6 AM_CXXFLAGS = $(wx-config --cxxflags)6 AM_CXXFLAGS = `wx-config --cxxflags` -
trunk/OpenYahtzee/openyahtzee.kdevses
r110 r111 40 40 </Doc11> 41 41 <Doc12 NumberOfViews="1" URL="file:///home/guy/workspace/openyahtzee/trunk/OpenYahtzee/src/Icon.h" > 42 <View0 Encoding="" line="3 0" Type="Source" />42 <View0 Encoding="" line="34" Type="Source" /> 43 43 </Doc12> 44 44 </DocsAndViews> -
trunk/OpenYahtzee/src/Makefile.am
r109 r111 15 15 AM_CXXFLAGS = `wx-config --cxxflags` 16 16 openyahtzee_LDADD = -lsqlite3 17 openyahtzee_LDFLAGS = $(wx-config --libs)17 openyahtzee_LDFLAGS = `wx-config --libs`
Note: See TracChangeset
for help on using the changeset viewer.
