From 577a8fd504d2927770e6eeb54b933de055d78daf Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Thu, 31 Aug 2006 16:02:53 +0000 Subject: [PATCH] 2006-08-31 Zoltan Varga * libgc.vcproj: Define GC_INSIDE_DLL on VC build too. svn path=/trunk/mono/; revision=64628 --- ChangeLog | 4 ++++ libgc.vcproj | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96385a79..bca1f190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-31 Zoltan Varga + + * libgc.vcproj: Define GC_INSIDE_DLL on VC build too. + 2006-08-18 Zoltan Varga * Makefile.am (EXTRA_DIST): Fix make dist. diff --git a/libgc.vcproj b/libgc.vcproj index 3b612b28..10ba449f 100644 --- a/libgc.vcproj +++ b/libgc.vcproj @@ -41,14 +41,14 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".\include\" - PreprocessorDefinitions="GC_THREADS;WIN32_THREADS;GC_WIN32_THREADS;GC_NOT_DLL;GC_GCJ_SUPPORT;WIN32;_DEBUG;_LIB;_WINDOWS;__WIN32__;__i386__;PLATFORM_WIN32;SILENT;ALL_INTERIOR_POINTERS;__STDC__" - MinimalRebuild="TRUE" + PreprocessorDefinitions="GC_THREADS;WIN32_THREADS;GC_WIN32_THREADS;GC_INSIDE_DLL;GC_GCJ_SUPPORT;WIN32;_DEBUG;_LIB;_WINDOWS;__WIN32__;__i386__;PLATFORM_WIN32;SILENT;ALL_INTERIOR_POINTERS;__STDC__" + MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" - BufferSecurityCheck="TRUE" + BufferSecurityCheck="true" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" + Detect64BitPortabilityProblems="true" DebugInformationFormat="3" CompileAs="1" DisableSpecificWarnings="4311;4312;4996;4005" @@ -109,10 +109,10 @@ Optimization="2" PreprocessorDefinitions="WIN32;NDEBUG;_LIB" RuntimeLibrary="2" - BufferSecurityCheck="TRUE" + BufferSecurityCheck="true" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" + Detect64BitPortabilityProblems="true" DebugInformationFormat="3" />