[ros-diffs] [tkreuzer] 49842: [CMAKE] Remove the old global strict_context_handle hack
tkreuzer at svn.reactos.org
tkreuzer at svn.reactos.org
Sun Nov 28 12:58:11 UTC 2010
Author: tkreuzer
Date: Sun Nov 28 12:58:10 2010
New Revision: 49842
URL: http://svn.reactos.org/svn/reactos?rev=49842&view=rev
Log:
[CMAKE]
Remove the old global strict_context_handle hack
Modified:
branches/cmake-bringup/msc.cmake
Modified: branches/cmake-bringup/msc.cmake
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/msc.cmake?rev=49842&r1=49841&r2=49842&view=diff
==============================================================================
--- branches/cmake-bringup/msc.cmake [iso-8859-1] (original)
+++ branches/cmake-bringup/msc.cmake [iso-8859-1] Sun Nov 28 12:58:10 2010
@@ -131,7 +131,7 @@
#idl files support
set(IDL_COMPILER midl)
-set(IDL_FLAGS /win32 /Dstrict_context_handle=)
+set(IDL_FLAGS /win32)
set(IDL_HEADER_ARG /h) #.h
set(IDL_TYPELIB_ARG /tlb) #.tlb
set(IDL_SERVER_ARG /sstub) #.c for stub server library
More information about the Ros-diffs
mailing list