Changeset 332 for libmpc/trunk/mpcdec


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

Enforce C projects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.