Show
Ignore:
Timestamp:
01/24/08 19:18:10 (10 months ago)
Author:
edmanm
Message:

r76@lysithea: edmanm | 2008-01-24 19:18:05 -0500
Patch for better MSVC support from notbobfischer. Thanks!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CMakeLists.txt

    r2320 r2321  
    4545include(CPack) 
    4646 
     47if(MSVC_IDE) 
     48    # Supress regeneration 
     49    set(CMAKE_SUPPRESS_REGENERATION TRUE) 
     50    set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin) 
     51    set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin) 
     52endif(MSVC_IDE) 
     53   
    4754## Define Vidalia-specific CMake options 
    4855if (APPLE)