diff options
Diffstat (limited to 'mak.vc9/cdx11.vcproj')
-rw-r--r-- | mak.vc9/cdx11.vcproj | 50 |
1 files changed, 28 insertions, 22 deletions
diff --git a/mak.vc9/cdx11.vcproj b/mak.vc9/cdx11.vcproj index 5a9d16f..8336785 100644 --- a/mak.vc9/cdx11.vcproj +++ b/mak.vc9/cdx11.vcproj @@ -66,7 +66,9 @@ /> <Tool Name="VCLibrarianTool" + AdditionalDependencies="cdcore.lib" OutputFile="$(OutDir)/$(ProjectName).lib" + AdditionalLibraryDirectories="$(OutDir)" SuppressStartupBanner="true" /> <Tool @@ -89,22 +91,37 @@ <References> </References> <Files> + <Filter + Name="inc" + > + <File + RelativePath="..\src\x11\cdx11.h" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\x11\xvertex.h" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + /> + </FileConfiguration> + </File> + </Filter> <File RelativePath="..\src\x11\cdx11.c" > </File> <File - RelativePath="..\src\x11\cdx11.h" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCustomBuildTool" - /> - </FileConfiguration> - </File> - <File RelativePath="..\src\x11\cdxclp.c" > </File> @@ -124,17 +141,6 @@ RelativePath="..\src\x11\xvertex.c" > </File> - <File - RelativePath="..\src\x11\xvertex.h" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCustomBuildTool" - /> - </FileConfiguration> - </File> </Files> <Globals> </Globals> |