Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libgc
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2006-08-31 20:02:53 +0400
committerZoltan Varga <vargaz@gmail.com>2006-08-31 20:02:53 +0400
commit6a7fadc9471383738af9057ebe1564d893904837 (patch)
treed6c2e62877f1021bfa6ea8552cdf9ca5aecf0567 /libgc
parent7098e95a7f8f459b6d5913b12e96a672d9d9c23c (diff)
2006-08-31 Zoltan Varga <vargaz@freemail.hu>
* libgc.vcproj: Define GC_INSIDE_DLL on VC build too. svn path=/trunk/mono/; revision=64628
Diffstat (limited to 'libgc')
-rw-r--r--libgc/ChangeLog4
-rw-r--r--libgc/libgc.vcproj12
2 files changed, 10 insertions, 6 deletions
diff --git a/libgc/ChangeLog b/libgc/ChangeLog
index d6fed3caa29..9310414fe84 100644
--- a/libgc/ChangeLog
+++ b/libgc/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-31 Zoltan Varga <vargaz@freemail.hu>
+
+ * libgc.vcproj: Define GC_INSIDE_DLL on VC build too.
+
2006-08-18 Zoltan Varga <vargaz@gmail.com>
* Makefile.am (EXTRA_DIST): Fix make dist.
diff --git a/libgc/libgc.vcproj b/libgc/libgc.vcproj
index 3b612b28926..10ba449f7cb 100644
--- a/libgc/libgc.vcproj
+++ b/libgc/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"
/>
<Tool