diff options
| -rw-r--r-- | ide/VisualC2008/fltk.sln | 1 | ||||
| -rw-r--r-- | ide/VisualC2008/zlib.vcproj | 58 |
2 files changed, 18 insertions, 41 deletions
diff --git a/ide/VisualC2008/fltk.sln b/ide/VisualC2008/fltk.sln index 563d9059a..7730ee917 100644 --- a/ide/VisualC2008/fltk.sln +++ b/ide/VisualC2008/fltk.sln @@ -476,6 +476,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "table", "table.vcproj", "{3 EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tree", "tree.vcproj", "{2C3FB329-620B-41A0-8845-A063C9EA8807}"
ProjectSection(ProjectDependencies) = postProject
+ {8AED3078-8CD8-40C9-A8FF-46080024F1EB} = {8AED3078-8CD8-40C9-A8FF-46080024F1EB}
{E070AAFC-9D03-41A3-BC7D-30887EA0D50F} = {E070AAFC-9D03-41A3-BC7D-30887EA0D50F}
EndProjectSection
EndProject
diff --git a/ide/VisualC2008/zlib.vcproj b/ide/VisualC2008/zlib.vcproj index eecc999e7..11243e16b 100644 --- a/ide/VisualC2008/zlib.vcproj +++ b/ide/VisualC2008/zlib.vcproj @@ -477,48 +477,24 @@ </FileConfiguration>
</File>
<File
- RelativePath="..\..\zlib\gzio.c"
+ RelativePath="..\..\zlib\gzclose.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\zlib\gzlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\zlib\gzread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\zlib\gzwrite.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\zlib\infback.c"
>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- FavorSizeOrSpeed="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Cairo|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Cairo|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- FavorSizeOrSpeed="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- />
- </FileConfiguration>
</File>
<File
RelativePath="..\..\zlib\inffast.c"
|
