Skip to content

Commit

Permalink
Updated VC++ version 8 project to use GMP-4.2.1
Browse files Browse the repository at this point in the history
git-svn-id: https://ggnfs.svn.sourceforge.net/svnroot/ggnfs/trunk@221 80ef69ca-9341-0410-9d60-8acc7774fa31
  • Loading branch information
brgladman committed May 24, 2006
1 parent d3cca0a commit 675aed2
Show file tree
Hide file tree
Showing 17 changed files with 273 additions and 169 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

05/24/06 (BRG)
* Updated VC++ version 8 build project to use GMP-4.2.1

05/13/06 (asl)
* Some compartibility changes.
* Merged latest patches by G.W. Reynolds & tested under mingw32.
Expand Down
16 changes: 10 additions & 6 deletions build.vc/vc8/ggnfslib/ggnfslib.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
MinimalRebuild="false"
Expand All @@ -74,7 +75,7 @@
/>
<Tool
Name="VCLibrarianTool"
AdditionalDependencies="..\..\..\..\gmp-4.1.4\build.vc8\lib\$(OutDir)\gmp.lib"
AdditionalDependencies="..\..\..\..\gmp-4.2.1\build.vc8\lib\$(OutDir)\gmp.lib"
OutputFile="$(OutDir)\$(ProjectName).lib"
/>
<Tool
Expand Down Expand Up @@ -102,7 +103,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
Expand All @@ -123,6 +124,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="_DEBUG;_LIB;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
MinimalRebuild="true"
Expand All @@ -147,7 +149,7 @@
/>
<Tool
Name="VCLibrarianTool"
AdditionalDependencies="..\..\..\..\gmp-4.1.4\build.vc8\lib\$(OutDir)\gmp.lib"
AdditionalDependencies="..\..\..\..\gmp-4.2.1\build.vc8\lib\$(OutDir)\gmp.lib"
OutputFile="$(OutDir)\$(ProjectName).lib"
/>
<Tool
Expand Down Expand Up @@ -195,6 +197,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
RuntimeLibrary="0"
Expand All @@ -218,7 +221,7 @@
/>
<Tool
Name="VCLibrarianTool"
AdditionalDependencies="..\..\..\..\gmp-4.1.4\build.vc8\lib\$(OutDir)\gmp.lib"
AdditionalDependencies="..\..\..\..\gmp-4.2.1\build.vc8\lib\$(OutDir)\gmp.lib"
OutputFile="$(OutDir)\$(ProjectName).lib"
AdditionalLibraryDirectories=""
/>
Expand Down Expand Up @@ -247,7 +250,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
Expand All @@ -268,6 +271,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="NDEBUG;_LIB;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
RuntimeLibrary="0"
Expand All @@ -291,7 +295,7 @@
/>
<Tool
Name="VCLibrarianTool"
AdditionalDependencies="..\..\..\..\gmp-4.1.4\build.vc8\lib\$(OutDir)\gmp.lib"
AdditionalDependencies="..\..\..\..\gmp-4.2.1\build.vc8\lib\$(OutDir)\gmp.lib"
OutputFile="$(OutDir)\$(ProjectName).lib"
AdditionalLibraryDirectories=""
/>
Expand Down
9 changes: 6 additions & 3 deletions build.vc/vc8/gnfs-lasieve4I12e/gnfs-lasieve4I12e.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;I_bits=12"
MinimalRebuild="false"
Expand Down Expand Up @@ -121,7 +122,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
Expand All @@ -142,6 +143,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="_DEBUG;_CONSOLE;I_bits=12;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
MinimalRebuild="true"
Expand Down Expand Up @@ -234,7 +236,7 @@
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
OmitFramePointers="true"
WholeProgramOptimization="true"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;I_bits=12"
RuntimeLibrary="0"
Expand Down Expand Up @@ -302,7 +304,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
Expand All @@ -323,6 +325,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="NDEBUG;_CONSOLE;I_bits=12;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
RuntimeLibrary="0"
Expand Down
9 changes: 6 additions & 3 deletions build.vc/vc8/gnfs-lasieve4I13e/gnfs-lasieve4I13e.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;I_bits=13;"
MinimalRebuild="true"
Expand Down Expand Up @@ -117,7 +118,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
Expand All @@ -138,6 +139,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="_DEBUG;_CONSOLE;I_bits=13;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
MinimalRebuild="true"
Expand Down Expand Up @@ -228,7 +230,7 @@
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
OmitFramePointers="true"
WholeProgramOptimization="true"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;I_bits=13;"
RuntimeLibrary="0"
Expand Down Expand Up @@ -296,7 +298,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
Expand All @@ -317,6 +319,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="NDEBUG;_CONSOLE;I_bits=13;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
RuntimeLibrary="0"
Expand Down
9 changes: 6 additions & 3 deletions build.vc/vc8/gnfs-lasieve4I14e/gnfs-lasieve4I14e.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;I_bits=14;"
MinimalRebuild="true"
Expand Down Expand Up @@ -117,7 +118,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
Expand All @@ -138,6 +139,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="_DEBUG;_CONSOLE;I_bits=14;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
MinimalRebuild="true"
Expand Down Expand Up @@ -228,7 +230,7 @@
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
OmitFramePointers="true"
WholeProgramOptimization="true"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;I_bits=14;"
RuntimeLibrary="0"
Expand Down Expand Up @@ -296,7 +298,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h"
CommandLine="if not exist ..\..\..\include\version.h (echo #define GGNFS_VERSION &quot;0.77.1-VC8(%DATE%)&quot; &gt;..\..\..\include\version.h)&#x0D;&#x0A;set Wd=..\..\..\src\lasieve4&#x0D;&#x0A;if not exist %Wd%\asm (echo creating %Wd%\asm &amp;&amp; md %Wd%\asm)&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\siever-config.h %Wd%\asm\siever-config.h&#x0D;&#x0A;call ..\file_copy %Wd%\ppc32\32bit.h %Wd%\asm\32bit.h&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
Expand All @@ -317,6 +319,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="NDEBUG;_CONSOLE;I_bits=14;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
RuntimeLibrary="0"
Expand Down
4 changes: 4 additions & 0 deletions build.vc/vc8/makefb/makefb.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_MAKEFB_STANDALONE"
MinimalRebuild="true"
Expand Down Expand Up @@ -136,6 +137,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_MAKEFB_STANDALONE;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
MinimalRebuild="true"
Expand Down Expand Up @@ -222,6 +224,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_MAKEFB_STANDALONE"
RuntimeLibrary="0"
Expand Down Expand Up @@ -309,6 +312,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="NDEBUG;_CONSOLE;_MAKEFB_STANDALONE;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
RuntimeLibrary="0"
Expand Down
4 changes: 4 additions & 0 deletions build.vc/vc8/matbuild-tpie/matbuild-tpie.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src;..\..\..\src\experimental;..\..\..\..\tpie\include"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;GGNFS_TPIE"
MinimalRebuild="true"
Expand Down Expand Up @@ -127,6 +128,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src;..\..\..\src\experimental;..\..\..\..\tpie\include"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;GGNFS_TPIE"
MinimalRebuild="true"
Expand Down Expand Up @@ -210,6 +212,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src;..\..\..\src\experimental;..\..\..\..\tpie\include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="0"
Expand Down Expand Up @@ -293,6 +296,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src;..\..\..\src\experimental;..\..\..\..\tpie\include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="0"
Expand Down
4 changes: 4 additions & 0 deletions build.vc/vc8/matbuild/matbuild.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
Expand Down Expand Up @@ -136,6 +137,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
MinimalRebuild="true"
Expand Down Expand Up @@ -222,6 +224,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="0"
Expand Down Expand Up @@ -308,6 +311,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
RuntimeLibrary="0"
Expand Down
4 changes: 4 additions & 0 deletions build.vc/vc8/matsolve/matsolve.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
Expand Down Expand Up @@ -136,6 +137,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
MinimalRebuild="true"
Expand Down Expand Up @@ -222,6 +224,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="0"
Expand Down Expand Up @@ -309,6 +312,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\;..\..\..\include;&quot;..\..\..\include-extra&quot;;..\..\..\src"
PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN64;__x86_64__;GGNFS_HOST_GENERIC"
RuntimeLibrary="0"
Expand Down
Loading

0 comments on commit 675aed2

Please sign in to comment.