[ros-diffs] [jgardou] 53504: [CMAKE/MSVC] - use /h to specify header file name when producing rpc proxy file. Don't ask me why /header doesn't work, I have no idea.

jgardou at svn.reactos.org jgardou at svn.reactos.org
Tue Aug 30 21:01:17 UTC 2011


Author: jgardou
Date: Tue Aug 30 21:01:16 2011
New Revision: 53504

URL: http://svn.reactos.org/svn/reactos?rev=53504&view=rev
Log:
[CMAKE/MSVC]
- use /h to specify header file name when producing rpc proxy file.
Don't ask me why /header doesn't work, I have no idea.

Modified:
    trunk/reactos/cmake/idl-support.cmake

Modified: trunk/reactos/cmake/idl-support.cmake
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/cmake/idl-support.cmake?rev=53504&r1=53503&r2=53504&view=diff
==============================================================================
--- trunk/reactos/cmake/idl-support.cmake [iso-8859-1] (original)
+++ trunk/reactos/cmake/idl-support.cmake [iso-8859-1] Tue Aug 30 21:01:16 2011
@@ -140,7 +140,7 @@
         endif()
         add_custom_command(
             OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${__name}.c ${CMAKE_CURRENT_BINARY_DIR}/${__name}.h
-            COMMAND ${IDL_COMPILER} ${INCLUDES} ${DEFINES} ${IDL_FLAGS} ${IDL_HEADER_ARG2} ${CMAKE_CURRENT_BINARY_DIR}/${__name}.h ${__server_client} ${CMAKE_CURRENT_BINARY_DIR}/${__name}.c ${FILE}
+            COMMAND ${IDL_COMPILER} ${INCLUDES} ${DEFINES} ${IDL_FLAGS} ${IDL_HEADER_ARG} ${CMAKE_CURRENT_BINARY_DIR}/${__name}.h ${__server_client} ${CMAKE_CURRENT_BINARY_DIR}/${__name}.c ${FILE}
             DEPENDS ${FILE} ${IDL_DEPENDS})
     endforeach()
 endfunction()




More information about the Ros-diffs mailing list