Changeset 111


Ignore:
Timestamp:
15/11/07 22:04:59 (6 years ago)
Author:
guyru
Message:

changed the some linker flags in the makefiles

Location:
trunk/OpenYahtzee
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/OpenYahtzee/Makefile.am

    r2 r111  
    44 
    55SUBDIRS = src 
    6 AM_CXXFLAGS = $(wx-config --cxxflags) 
     6AM_CXXFLAGS = `wx-config --cxxflags` 
  • trunk/OpenYahtzee/openyahtzee.kdevses

    r110 r111  
    4040  </Doc11> 
    4141  <Doc12 NumberOfViews="1" URL="file:///home/guy/workspace/openyahtzee/trunk/OpenYahtzee/src/Icon.h" > 
    42    <View0 Encoding="" line="30" Type="Source" /> 
     42   <View0 Encoding="" line="34" Type="Source" /> 
    4343  </Doc12> 
    4444 </DocsAndViews> 
  • trunk/OpenYahtzee/src/Makefile.am

    r109 r111  
    1515AM_CXXFLAGS = `wx-config --cxxflags` 
    1616openyahtzee_LDADD = -lsqlite3 
    17 openyahtzee_LDFLAGS = $(wx-config --libs) 
     17openyahtzee_LDFLAGS = `wx-config --libs` 
Note: See TracChangeset for help on using the changeset viewer.