mirror of
https://github.com/sfall-team/Fallout_DAT2.git
synced 2026-07-27 16:53:05 -07:00
Added zlib 1.2.13
(libraries built with VS2005)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
#include "stdafx.h"
|
||||
#include "DatFile2.h"
|
||||
|
||||
#include <zlib.h>
|
||||
#include "zlib\zlib.h"
|
||||
|
||||
#if defined(_UNICODE) || defined(UNICODE)
|
||||
#error UNICODE not supported
|
||||
|
||||
+2
-2
@@ -61,7 +61,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="zlib.lib"
|
||||
AdditionalDependencies="lib\zlib.lib"
|
||||
LinkIncremental="2"
|
||||
IgnoreDefaultLibraryNames="msvcrt.lib"
|
||||
GenerateDebugInformation="true"
|
||||
@@ -139,7 +139,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="zlib.lib"
|
||||
AdditionalDependencies="lib\zlib.lib"
|
||||
LinkIncremental="1"
|
||||
IgnoreDefaultLibraryNames="msvcrt.lib"
|
||||
GenerateDebugInformation="false"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
+1935
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user