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/msvc
diff options
context:
space:
mode:
authorJonathan Chambers <joncham@gmail.com>2007-08-14 17:00:41 +0400
committerJonathan Chambers <joncham@gmail.com>2007-08-14 17:00:41 +0400
commit371c56c2a3248865a35bc955d64f50eb1d546b0e (patch)
tree9d0eb9645d303c043372c6f0c37ca0f44fdc65de /msvc
parent55cda0f917aacefc8176168f0940e3f76bc76770 (diff)
2007-08-14 Jonathan Chambers <joncham@gmail.com>
* mono-membar.h: Use intrinsic functions in msvc. 2007-08-14 Jonathan Chambers <joncham@gmail.com> * libmono.vcproj: Enable intrinsic functions. Code contributed under MIT/X11 license. svn path=/trunk/mono/; revision=84072
Diffstat (limited to 'msvc')
-rwxr-xr-xmsvc/ChangeLog4
-rw-r--r--msvc/libmono.vcproj8
2 files changed, 12 insertions, 0 deletions
diff --git a/msvc/ChangeLog b/msvc/ChangeLog
index e85137729a9..f24baadd697 100755
--- a/msvc/ChangeLog
+++ b/msvc/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-14 Jonathan Chambers <joncham@gmail.com>
+
+ * libmono.vcproj: Enable intrinsic functions.
+
2007-05-13 Raja R Harinath <harinath@gmail.com>
* Makefile.am (VCPROJS): New.
diff --git a/msvc/libmono.vcproj b/msvc/libmono.vcproj
index d992578be82..d8df6129aae 100644
--- a/msvc/libmono.vcproj
+++ b/msvc/libmono.vcproj
@@ -46,6 +46,7 @@
AdditionalOptions="/D /NODEFAULTLIB:LIBCD&quot; &quot;"
Optimization="2"
InlineFunctionExpansion="1"
+ EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="..\libgc\include;..\;&quot;..\VSDependancies\include\glib-2.0&quot;;&quot;..\VSDependancies\include\glib-2.0\glib&quot;;..\VSDependancies\include;&quot;..\VSDependancies\lib\glib-2.0\include&quot;;..\mono\;..\mono\jit"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;__WIN32__;HAVE_CONFIG_H;__i386__;PLATFORM_WIN32;GC_NOT_DLL;GC_GCJ_SUPPORT;GC_WIN32_THREADS;_CRT_SECURE_NO_DEPRECATE"
StringPooling="true"
@@ -128,6 +129,7 @@
AdditionalOptions="/D /NODEFAULTLIB:LIBCD&quot; &quot;"
Optimization="2"
InlineFunctionExpansion="1"
+ EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="..\libgc\include;..\;&quot;..\VSDependancies\include\glib-2.0&quot;;&quot;..\VSDependancies\include\glib-2.0\glib&quot;;..\VSDependancies\include;&quot;..\VSDependancies\lib\glib-2.0\include&quot;;..\mono\;..\mono\jit"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;__WIN32__;HAVE_CONFIG_H;PLATFORM_WIN32;GC_NOT_DLL;GC_GCJ_SUPPORT;GC_WIN32_THREADS;_CRT_SECURE_NO_DEPRECATE"
StringPooling="true"
@@ -210,6 +212,7 @@
AdditionalOptions="/D /NODEFAULTLIB:LIBCD&quot; &quot;"
Optimization="0"
InlineFunctionExpansion="0"
+ EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="..\libgc\include;..\;&quot;..\VSDependancies\include\glib-2.0&quot;;&quot;..\VSDependancies\include\glib-2.0\glib&quot;;..\VSDependancies\include;&quot;..\VSDependancies\lib\glib-2.0\include&quot;;..\mono\;..\mono\jit"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;__WIN32__;HAVE_CONFIG_H;__i386__;PLATFORM_WIN32;GC_NOT_DLL;GC_GCJ_SUPPORT;GC_WIN32_THREADS;_CRT_SECURE_NO_DEPRECATE"
MinimalRebuild="true"
@@ -296,6 +299,7 @@
AdditionalOptions="/D /NODEFAULTLIB:LIBCD&quot; &quot;"
Optimization="0"
InlineFunctionExpansion="0"
+ EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="..\libgc\include;..\;&quot;..\VSDependancies\include\glib-2.0&quot;;&quot;..\VSDependancies\include\glib-2.0\glib&quot;;..\VSDependancies\include;&quot;..\VSDependancies\lib\glib-2.0\include&quot;;..\mono\;..\mono\jit"
PreprocessorDefinitions="WIN64;_WIN64;_DEBUG;WIN32;_WINDOWS;__WIN32__;HAVE_CONFIG_H;PLATFORM_WIN32;GC_NOT_DLL;GC_GCJ_SUPPORT;GC_WIN32_THREADS;_CRT_SECURE_NO_DEPRECATE;__x86_64__"
MinimalRebuild="true"
@@ -736,6 +740,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\mono\utils\mono-membar.h"
+ >
+ </File>
+ <File
RelativePath="..\mono\utils\mono-mmap.c"
>
<FileConfiguration