From e66dac6f3f265c261876bc011157c6392ae5d8a1 Mon Sep 17 00:00:00 2001 From: Jonathan Chambers Date: Thu, 15 Mar 2007 18:38:12 +0000 Subject: 2007-03-15 Jonathan Chambers Revert previous patch. svn path=/trunk/mono/; revision=74411 --- msvc/genmdesc.vcproj | 8 +- msvc/libmono.vcproj | 394 +++++++++++++++++++-------------------------------- msvc/monoburg.vcproj | 16 +-- msvc/runburg.bat | 17 +-- msvc/runmdesc.bat | 16 +-- 5 files changed, 160 insertions(+), 291 deletions(-) (limited to 'msvc') diff --git a/msvc/genmdesc.vcproj b/msvc/genmdesc.vcproj index 1093ec881aa..c09a5cd01d3 100644 --- a/msvc/genmdesc.vcproj +++ b/msvc/genmdesc.vcproj @@ -106,7 +106,7 @@ /> diff --git a/msvc/libmono.vcproj b/msvc/libmono.vcproj index 57f377d7cee..eb285d945d2 100644 --- a/msvc/libmono.vcproj +++ b/msvc/libmono.vcproj @@ -132,7 +132,7 @@ Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\libgc\include;..\;"..\VSDependancies\include\glib-2.0";"..\VSDependancies\include\glib-2.0\glib";..\VSDependancies\include;"..\VSDependancies\lib\glib-2.0\include";..\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" + 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" RuntimeLibrary="2" EnableFunctionLevelLinking="true" @@ -306,7 +306,7 @@ Optimization="0" InlineFunctionExpansion="0" AdditionalIncludeDirectories="..\libgc\include;..\;"..\VSDependancies\include\glib-2.0";"..\VSDependancies\include\glib-2.0\glib";..\VSDependancies\include;"..\VSDependancies\lib\glib-2.0\include";..\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__" + PreprocessorDefinitions="WIN64;_WIN64;_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" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -3321,6 +3321,52 @@ /> + + + + + + + + + + + + + + @@ -3671,6 +3717,56 @@ RelativePath="..\mono\mini\mini-trampolines.c" > + + + + + + + + + + + + + + + + @@ -3883,6 +3979,52 @@ RelativePath="..\mono\mini\trace.h" > + + + + + + + + + + + + + + @@ -3890,254 +4032,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Name="x64" + > diff --git a/msvc/monoburg.vcproj b/msvc/monoburg.vcproj index 0dd2618ca91..8fa9179d20c 100644 --- a/msvc/monoburg.vcproj +++ b/msvc/monoburg.vcproj @@ -27,7 +27,7 @@ > diff --git a/msvc/runburg.bat b/msvc/runburg.bat index 8370b0ac7ef..7e36428b99a 100755 --- a/msvc/runburg.bat +++ b/msvc/runburg.bat @@ -1,23 +1,8 @@ @echo off rem This runs Monoburg on the various x86 files when called on Visual Studio -echo Running Monoburg on the inssel.brg files... +echo Running Monoburg on the x86 inssel.brg files... cd ..\mono\mini set PATH=%PATH%;..\..\VSDependancies\lib - -if "%2" == "Win32" goto x86 -if "%2" == "x64" goto x64 -goto error -:x86 -echo Platform detected is x86... %1 -c 1 -p -e inssel.brg inssel-float.brg inssel-long32.brg inssel-x86.brg -d inssel.h -s inssel.c -goto end -:x64 -echo Platform detected is x64... -%1 -c 1 -p -e inssel.brg inssel-float.brg inssel-long.brg inssel-amd64.brg -d inssel.h -s inssel.c -goto end -:error -echo Error: unsupported platform -exit /b 100 -:end echo done diff --git a/msvc/runmdesc.bat b/msvc/runmdesc.bat index 09c03b6e49c..de31cced082 100755 --- a/msvc/runmdesc.bat +++ b/msvc/runmdesc.bat @@ -1,22 +1,8 @@ @echo off rem This runs genmdesc on the x86 files when called on Visual Studio -echo Running genmdesc +echo Running genmdesc on the x86 files... cd ..\mono\mini set PATH=%PATH%;..\..\VSDependancies\lib -if "%2" == "Win32" goto x86 -if "%2" == "x64" goto x64 -goto error -:x86 -echo Platform detected is x86... %1 cpu-x86.md cpu-x86.h x86_desc -goto end -:x64 -echo Platform detected is x64... -%1 cpu-amd64.md cpu-amd64.h amd64_desc -goto end -:error -echo Error: unsupported platform -exit /b 100 -:end echo done -- cgit v1.2.3