From 4592c1140ee41a8d154e91c669a54065ab037f0d Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 28 Nov 2010 15:52:00 +0000 Subject: [PATCH] [CMAKE] - Remove the dxsdk hack. It works now without. Why? I don't know. Why didn't it work before? I have no idea. Maybe the newlines. Anyway it works. If someone breaks it, I'll ki^Z^Z revert it ;-) svn path=/branches/cmake-bringup/; revision=49845 --- msc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msc.cmake b/msc.cmake index b6b8916338e..0c0a5279a0f 100644 --- a/msc.cmake +++ b/msc.cmake @@ -131,7 +131,7 @@ endmacro() #idl files support set(IDL_COMPILER midl) -set(IDL_FLAGS /win32 /DIEnumVARIANT=IEnumXVARIANT) +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