mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
* Mkfiles: Fix genversion include paths.
Thanks to: Brian Gladman for vcproj fixes. svn path=/trunk/yasm/; revision=1467
This commit is contained in:
parent
28dc9d662c
commit
e896de2627
4 changed files with 22 additions and 2 deletions
|
|
@ -151,7 +151,7 @@ nasm-macros.c: modules/preprocs/nasm/standard.mac version.mac genmacro
|
|||
modules/preprocs/nasm/nasm-pp.c: nasm-macros.c
|
||||
|
||||
genversion: modules/preprocs/nasm/genversion.c
|
||||
$(BUILDCC) -o $@ $<
|
||||
$(BUILDCC) -IMkfiles/dj -o $@ $<
|
||||
|
||||
version.mac: genversion
|
||||
./genversion $@
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ nasm-macros.c: modules/preprocs/nasm/standard.mac version.mac genmacro
|
|||
modules/preprocs/nasm/nasm-pp.c: nasm-macros.c
|
||||
|
||||
genversion: modules/preprocs/nasm/genversion.c
|
||||
$(BUILDCC) -o $@ $<
|
||||
$(BUILDCC) -IMkfiles -o $@ $<
|
||||
|
||||
version.mac: genversion
|
||||
./genversion $@
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\vc8"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
|
|
@ -68,6 +69,7 @@
|
|||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\vc8"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="4"
|
||||
UsePrecompiledHeader="0"
|
||||
|
|
@ -119,6 +121,13 @@
|
|||
RelativePath="..\..\..\modules\preprocs\nasm\genversion.c">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl">
|
||||
<File
|
||||
RelativePath="..\config.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\run.bat">
|
||||
</File>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\vc8"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
|
|
@ -120,6 +121,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
AdditionalIncludeDirectories="..\..\vc8"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="0"
|
||||
UsePrecompiledHeader="0"
|
||||
|
|
@ -189,6 +191,15 @@
|
|||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\config.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\run.bat"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue