mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Library Updates and 'ext' directory cleanup (by Buggler)
- utfcpp 2.3.4 - libpng 1.2.50 - zlib 1.2.8 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6312 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
# Prevent "Cannot find missing dependency..." warnings while compiling
|
||||
# pngw32.rc (PRJ0041).
|
||||
|
||||
all: $(IntDir)\alloc.h \
|
||||
$(IntDir)\fp.h \
|
||||
$(IntDir)\m68881.h \
|
||||
$(IntDir)\mem.h \
|
||||
$(IntDir)\pngusr.h \
|
||||
$(IntDir)\strings.h \
|
||||
$(IntDir)\unistd.h \
|
||||
$(IntDir)\unixio.h
|
||||
|
||||
$(IntDir)\alloc.h \
|
||||
$(IntDir)\fp.h \
|
||||
$(IntDir)\m68881.h \
|
||||
$(IntDir)\mem.h \
|
||||
$(IntDir)\pngusr.h \
|
||||
$(IntDir)\strings.h \
|
||||
$(IntDir)\unistd.h \
|
||||
$(IntDir)\unixio.h:
|
||||
@!echo.>$@
|
||||
@@ -586,14 +586,6 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\PRJ0041.mak"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="README.txt"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="libpng"
|
||||
ProjectGUID="{4B544F1A-6188-4255-8877-69FC312D0D2C}"
|
||||
RootNamespace="libpng"
|
||||
@@ -588,14 +588,6 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\PRJ0041.mak"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="README.txt"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
||||
@@ -352,7 +352,15 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\zlib\gzio.c"
|
||||
RelativePath="..\..\..\zlib\gzclose.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\zlib\gzread.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\zlib\gzwrite.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@@ -440,6 +448,10 @@
|
||||
RelativePath="..\..\..\zlib\deflate.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\zlib\gzguts.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\zlib\inffast.h"
|
||||
>
|
||||
@@ -522,10 +534,6 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="README.txt"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="zlib"
|
||||
ProjectGUID="{A67922A0-0A3F-497F-A724-19B513EFC078}"
|
||||
RootNamespace="zlib"
|
||||
@@ -347,7 +347,15 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\zlib\gzio.c"
|
||||
RelativePath="..\..\..\zlib\gzclose.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\zlib\gzread.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\zlib\gzwrite.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@@ -435,6 +443,10 @@
|
||||
RelativePath="..\..\..\zlib\deflate.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\zlib\gzguts.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\zlib\inffast.h"
|
||||
>
|
||||
@@ -517,10 +529,6 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="README.txt"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\zlib\crc32.h" />
|
||||
<ClInclude Include="..\..\..\zlib\deflate.h" />
|
||||
<ClInclude Include="..\..\..\zlib\gzguts.h" />
|
||||
<ClInclude Include="..\..\..\zlib\inffast.h" />
|
||||
<ClInclude Include="..\..\..\zlib\inffixed.h" />
|
||||
<ClInclude Include="..\..\..\zlib\inflate.h" />
|
||||
@@ -40,7 +41,9 @@
|
||||
<ClCompile Include="..\..\..\zlib\compress.c" />
|
||||
<ClCompile Include="..\..\..\zlib\crc32.c" />
|
||||
<ClCompile Include="..\..\..\zlib\deflate.c" />
|
||||
<ClCompile Include="..\..\..\zlib\gzio.c" />
|
||||
<ClCompile Include="..\..\..\zlib\gzclose.c" />
|
||||
<ClCompile Include="..\..\..\zlib\gzread.c" />
|
||||
<ClCompile Include="..\..\..\zlib\gzwrite.c" />
|
||||
<ClCompile Include="..\..\..\zlib\infback.c" />
|
||||
<ClCompile Include="..\..\..\zlib\inffast.c" />
|
||||
<ClCompile Include="..\..\..\zlib\inflate.c" />
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
<ClInclude Include="..\..\..\zlib\deflate.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\zlib\gzguts.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\zlib\inffast.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
@@ -62,7 +65,13 @@
|
||||
<ClCompile Include="..\..\..\zlib\deflate.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\zlib\gzio.c">
|
||||
<ClCompile Include="..\..\..\zlib\gzclose.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\zlib\gzread.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\zlib\gzwrite.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\zlib\infback.c">
|
||||
|
||||
Reference in New Issue
Block a user