* Mkfiles/vc, Mkfiles/vc8: Fix a couple problems with the VC build changes in [1395].

svn path=/trunk/yasm/; revision=1396
0.5.0rc2
Peter Johnson 19 years ago
parent 90a38d71b0
commit 7f814ebfbb
  1. 4
      Mkfiles/vc/gap/gap.vcproj
  2. 6
      Mkfiles/vc/libyasm/libyasm.vcproj
  3. 10
      Mkfiles/vc8/gap/gap.vcproj
  4. 9
      Mkfiles/vc8/libyasm/libyasm.vcproj

@ -21,7 +21,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..,../../.."
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;STDC_HEADERS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
@ -70,7 +70,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..,../../.."
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;STDC_HEADERS"
RuntimeLibrary="4"
UsePrecompiledHeader="0"
WarningLevel="3"

@ -346,6 +346,9 @@
<File
RelativePath="..\..\..\module.c">
</File>
<File
RelativePath="..\..\..\libyasm\phash.c">
</File>
<File
RelativePath="..\..\..\libyasm\section.c">
<FileConfiguration
@ -553,6 +556,9 @@
<File
RelativePath="..\..\..\libyasm\parser.h">
</File>
<File
RelativePath="..\..\..\libyasm\phash.h">
</File>
<File
RelativePath="..\..\..\libyasm\preproc.h">
</File>

@ -41,7 +41,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..,../../.."
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;STDC_HEADERS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@ -122,7 +122,7 @@
Name="VCCLCompilerTool"
Optimization="3"
AdditionalIncludeDirectories="..,../../.."
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;STDC_HEADERS"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)\"
@ -191,15 +191,15 @@
>
</File>
<File
RelativePath="..\..\..\tools\gap\perfect.c"
RelativePath="..\..\..\libyasm\hamt.c"
>
</File>
<File
RelativePath="..\..\..\libyasm\phash.c"
RelativePath="..\..\..\tools\gap\perfect.c"
>
</File>
<File
RelativePath="..\..\..\libyasm\hamt.c"
RelativePath="..\..\..\libyasm\phash.c"
>
</File>
<File

@ -4,6 +4,7 @@
Version="8.00"
Name="libyasm"
ProjectGUID="{29FE7874-1256-4AD6-B889-68E399DC9608}"
RootNamespace="libyasm"
>
<Platforms>
<Platform
@ -838,6 +839,10 @@
RelativePath="..\..\..\module.c"
>
</File>
<File
RelativePath="..\..\..\libyasm\phash.c"
>
</File>
<File
RelativePath="..\..\..\libyasm\section.c"
>
@ -1245,6 +1250,10 @@
RelativePath="..\..\..\libyasm\parser.h"
>
</File>
<File
RelativePath="..\..\..\libyasm\phash.h"
>
</File>
<File
RelativePath="..\..\..\libyasm\preproc.h"
>

Loading…
Cancel
Save