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/mpcdec/CMakeLists.txt

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