Changeset 2821 for vidalia/trunk/src

Show
Ignore:
Timestamp:
07/02/08 02:30:07 (5 months ago)
Author:
edmanm
Message:

Looks like we never really needed to explicitly link to these Windows
libraries. Good.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/src/vidalia/CMakeLists.txt

    r2757 r2821  
    272272endif(USE_MINIUPNPC) 
    273273 
    274 if (MINGW) 
     274if (WIN32) 
    275275  target_link_libraries(${vidalia_BIN} 
    276     ole32 
    277     oleaut32 
    278     uuid 
    279     winspool 
    280   ) 
    281 else(MINGW) 
    282   if (WIN32) 
    283     target_link_libraries(${vidalia_BIN} 
    284       ${QT_QTMAIN_LIBRARY} 
    285     ) 
    286   endif(WIN32) 
    287 endif(MINGW) 
     276    ${QT_QTMAIN_LIBRARY} 
     277  ) 
     278endif(WIN32) 
     279 
    288280if (APPLE) 
    289281  target_link_libraries(${vidalia_BIN}