Changeset 332


Ignore:
Timestamp:
06/08/07 17:20:39 (17 years ago)
Author:
zorg
Message:

Enforce C projects

Location:
libmpc/trunk
Files:
2 edited

Legend:

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

    r320 r332  
    88if(MSVC)
    99include_directories(${libmpc_SOURCE_DIR}/win32)
    10 add_executable(mpccut mpccut ${libmpc_SOURCE_DIR}/win32/attgetopt)
     10add_executable(mpccut ${libmpc_SOURCE_DIR}/win32/attgetopt)
    1111endif(MSVC)
    1212
    13 add_executable(mpccut mpccut)
     13add_executable(mpccut mpccut.c)
    1414
    1515target_link_libraries(mpccut mpcdec_static)
  • libmpc/trunk/mpcdec/CMakeLists.txt

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