Ignore:
Timestamp:
07/22/07 16:42:10 (17 years ago)
Author:
r2d
Message:

corrections for windows build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpccut/CMakeLists.txt

    r332 r340  
    88if(MSVC)
    99include_directories(${libmpc_SOURCE_DIR}/win32)
    10 add_executable(mpccut ${libmpc_SOURCE_DIR}/win32/attgetopt)
     10add_executable(mpccut mpccut ${libmpc_SOURCE_DIR}/win32/attgetopt)
    1111endif(MSVC)
    1212
    13 add_executable(mpccut mpccut.c)
     13add_executable(mpccut mpccut)
    1414
    1515target_link_libraries(mpccut mpcdec_static)
Note: See TracChangeset for help on using the changeset viewer.