summaryrefslogtreecommitdiff
path: root/projects/vstudio/zlib
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-08-24 15:28:43 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-08-24 15:28:43 -0500
commitb5b38edf30602905559a791919460b3672e85ae2 (patch)
tree879c13308f3286092f42ee9f56b0cd69110eb5a0 /projects/vstudio/zlib
parent9b362b1e4f80f671d399e4c71d9d58329db7d2a0 (diff)
downloadlibpng-b5b38edf30602905559a791919460b3672e85ae2.tar.gz
[devel] Added an explicit make step to projects/vstudio for pnglibconf.h
Also corrected zlib.vcxproj into which Visual Studio had introduced what it calls an "authoring error". The change to make pnglibconf.h simply copies the file; in the future it may actually generate the file from scripts/pnglibconf.dfa as the other build systems do.
Diffstat (limited to 'projects/vstudio/zlib')
-rw-r--r--projects/vstudio/zlib/zlib.vcxproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/projects/vstudio/zlib/zlib.vcxproj b/projects/vstudio/zlib/zlib.vcxproj
index c16fd8223..aa125defe 100644
--- a/projects/vstudio/zlib/zlib.vcxproj
+++ b/projects/vstudio/zlib/zlib.vcxproj
@@ -64,9 +64,6 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />