Changeset 7775 for trunk/projects/jar2lib
- Timestamp:
- 09/19/11 15:22:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/projects/jar2lib/src/main/resources/CMakeLists.vm
r7773 r7775 115 115 116 116 # Building in Debug mode is not currently supported in this script 117 # set(J2L_BUILD 117 # set(J2L_BUILD_TYPE /Debug) 118 118 119 119 if(NOT DEFINED J2L_SUFFIX) … … 134 134 135 135 # Builing with Debug mode on Windows is not currently supported in this script. 136 # set(J2L_BUILD 136 # set(J2L_BUILD_TYPE /Debug) 137 137 138 138 if(NOT DEFINED J2L_SUFFIX) … … 317 317 add_custom_command( 318 318 TARGET ${execName} 319 DEPENDS "${CMAKE_BINARY_DIR} /${execName}${J2L_EXE_SUFFIX}"320 POST_BUILD 321 COMMAND ${CMAKE_COMMAND} -E copy 322 "${CMAKE_BINARY_DIR} /${execName}${J2L_EXE_SUFFIX}"319 DEPENDS "${CMAKE_BINARY_DIR}${J2L_BUILD_TYPE}/${execName}${J2L_EXE_SUFFIX}" 320 POST_BUILD 321 COMMAND ${CMAKE_COMMAND} -E copy 322 "${CMAKE_BINARY_DIR}${J2L_BUILD_TYPE}/${execName}${J2L_EXE_SUFFIX}" 323 323 "${CMAKE_BINARY_DIR}/${Jar2Lib_DIST_DIR}/${execName}${J2L_EXE_SUFFIX}" 324 324 VERBATIM
Note: See TracChangeset
for help on using the changeset viewer.