git-svn-id: svn://db.shs.com.ru/pip@759 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-02-19 11:24:55 +00:00
parent 84a584c682
commit c35e2d666b
5 changed files with 39 additions and 11 deletions

View File

@@ -94,7 +94,7 @@ macro(pip_resources RESULT INPUT)
#message("RC_DEPS: ${RC_DEPS}")
add_custom_command(OUTPUT ${RC_OUT}
COMMAND ${PIP_RC}
ARGS -i ${RC_FILES} -o ${RC_OUT} -n ${SRC_RC_OUT}
ARGS -s -i ${RC_FILES} -o ${RC_OUT} -n ${SRC_RC_OUT}
DEPENDS ${RC_DEPS}
WORKING_DIRECTORY ${PIP_DLL_DIR}
COMMENT "Generating ${RC_FILE}"