compile as C++ in msvc
authorMatthias Braun <matze@braunis.de>
Thu, 4 Nov 2010 12:15:34 +0000 (12:15 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 4 Nov 2010 12:15:34 +0000 (12:15 +0000)
[r28128]

.gitignore
win32/vc2010/firm.vcxproj

index b81bab3..34ec840 100644 (file)
@@ -13,4 +13,5 @@ Makefile.in
 /win32/vc2010/firm.suo
 /win32/vc2010/firm.vcxproj.user
 /win32/vc2010/firm.sdf
+/win32/vc2010/firm.opensdf
 /win32/vc2010/win32/
index 5503fad..cf2489f 100644 (file)
@@ -61,7 +61,7 @@
       <WarningLevel>Level3</WarningLevel>
       <SuppressStartupBanner>true</SuppressStartupBanner>
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
-      <CompileAs>Default</CompileAs>
+      <CompileAs>CompileAsCpp</CompileAs>
     </ClCompile>
     <ResourceCompile>
       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -95,7 +95,7 @@
       <WarningLevel>Level3</WarningLevel>
       <SuppressStartupBanner>true</SuppressStartupBanner>
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
-      <CompileAs>Default</CompileAs>
+      <CompileAs>CompileAsCpp</CompileAs>
       <MultiProcessorCompilation>true</MultiProcessorCompilation>
     </ClCompile>
     <ResourceCompile>