Show
Ignore:
Timestamp:
07/03/08 22:45:48 (6 months ago)
Author:
edmanm
Message:

Shuffle some po2ts and ts2po dependencies around and do a better job of
figuring out their executable locations so we can build with Xcode again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/cmake/VidaliaMacros.cmake

    r2757 r2833  
    1111## 
    1212 
    13 ## Tool used to convert Qt's .ts files to GNU gettext .po format 
    14 set(VIDALIA_TS2PO_EXECUTABLE ${Vidalia_BINARY_DIR}/src/tools/ts2po/ts2po) 
    15 if (WIN32) 
    16   set(VIDALIA_TS2PO_EXECUTABLE ${VIDALIA_TS2PO_EXECUTABLE}.exe) 
    17 endif(WIN32) 
    18  
    19 ## Tool used to convert GNU gettext .po files to Qt's .ts format 
    20 set(VIDALIA_PO2TS_EXECUTABLE ${Vidalia_BINARY_DIR}/src/tools/po2ts/po2ts) 
    21 if (WIN32) 
    22   set(VIDALIA_PO2TS_EXECUTABLE ${VIDALIA_PO2TS_EXECUTABLE}.exe) 
    23 endif(WIN32) 
    24      
    2513 
    2614## Search for lrelease