]> granicus.if.org Git - libexpat/commitdiff
Windows release: Update README, remove VC++ 6.0 files from installer, fix runtests...
authorKarl Waclawek <karl.waclawek@qlinesolutions.com>
Sat, 17 Jun 2017 16:05:48 +0000 (12:05 -0400)
committerKarl Waclawek <karl.waclawek@qlinesolutions.com>
Sat, 17 Jun 2017 16:05:48 +0000 (12:05 -0400)
expat/tests/runtests.vcxproj
expat/win32/README.txt
expat/win32/expat.iss

index 84c58e00349fd54486fc568c4f8256d5fc099e5a..ff8f54981b8984a820b95a56baa9dde954c270ee 100644 (file)
   <ItemGroup>
     <ClCompile Include="chardata.c" />
     <ClCompile Include="minicheck.c" />
-    <ClCompile Include="memcheck.h" />
+    <ClCompile Include="memcheck.c" />
     <ClCompile Include="runtests.c" />
   </ItemGroup>
   <ItemGroup>
index c6c5bf35c7b5daa9212cd34904a50c0376332d9a..462c49b751369ad668f5a48f4fc661795eeb55aa 100644 (file)
@@ -5,10 +5,10 @@ Expat can be built on Windows in two ways:
 * Cygwin:
   This follows the Unix build procedures.
 
-* MS Visual Studio 2013 and 2015:
+* MS Visual Studio 2013, 2015 and 2017:
   A solution file for Visual Studio 2013 is provided: expat.sln.
   The associated project files (*.vcxproj) reside in the appropriate
-  project directories. This solution file can be opened in VS 2015
+  project directories. This solution file can be opened in VS 2015 or VS 2017
   and should be upgraded automatically if VS 2013 is not also installed.
   Note: Tests have their own solution files.
 
index 4e4338d763f72b9c9461308d9b571f20569eb0a5..2943d3e130f657c961c91b36684f7a124c690487 100644 (file)
@@ -9,7 +9,7 @@ AppName=Expat
 AppId=expat
 AppVersion=2.2.1
 AppVerName=Expat 2.2.1
-AppCopyright=Copyright © 1998-2017 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
+AppCopyright=Copyright  1998-2017 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
 AppPublisher=The Expat Developers
 AppPublisherURL=http://www.libexpat.org/
 AppSupportURL=http://www.libexpat.org/
@@ -54,13 +54,11 @@ Flags: ignoreversion; Source: examples\*.vcxproj.filters;   DestDir: "{app}\Sour
 Flags: ignoreversion; Source: tests\*.c;                    DestDir: "{app}\Source\tests"
 Flags: ignoreversion; Source: tests\*.cpp;                  DestDir: "{app}\Source\tests"
 Flags: ignoreversion; Source: tests\*.h;                    DestDir: "{app}\Source\tests"
-Flags: ignoreversion; Source: tests\*.ds*;                  DestDir: "{app}\Source\tests"
 Flags: ignoreversion; Source: tests\*.sln;                  DestDir: "{app}\Source\tests"
 Flags: ignoreversion; Source: tests\*.vcxproj;              DestDir: "{app}\Source\tests"
 Flags: ignoreversion; Source: tests\*.vcxproj.filters;      DestDir: "{app}\Source\tests"
 Flags: ignoreversion; Source: tests\README.txt;             DestDir: "{app}\Source\tests"
 Flags: ignoreversion; Source: tests\benchmark\*.c;          DestDir: "{app}\Source\tests\benchmark"
-Flags: ignoreversion; Source: tests\benchmark\*.ds*;        DestDir: "{app}\Source\tests\benchmark"
 Flags: ignoreversion; Source: tests\benchmark\*.sln;        DestDir: "{app}\Source\tests\benchmark"
 Flags: ignoreversion; Source: tests\benchmark\*.vcxproj;    DestDir: "{app}\Source\tests\benchmark"
 Flags: ignoreversion; Source: tests\benchmark\README.txt;   DestDir: "{app}\Source\tests\benchmark"