diff options
author | scuri <scuri> | 2009-12-15 19:33:00 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-12-15 19:33:00 +0000 |
commit | d576fbeadc7f52a0b7c63ba0793f8bdcceccc15b (patch) | |
tree | abf9406f4e85cc5e3b6d50be22236d6eba9ff789 /mak.vc9/cdx11.vcproj | |
parent | 2df78db7863840f59d0a1beff5fae7012bce637d (diff) |
*** empty log message ***
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> |