1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-10 08:58:16 +03:00

try again to fix file format for Windows

* win32/Makefile.msvc: try again to fix file format for Windows
This commit is contained in:
William M. Brack 2005-07-06 20:12:11 +00:00
parent fa8d5d962e
commit d37988ac06
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
* win32/Makefile.msvc: try again to fix file format for Windows
Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
* win32/Makefile.msvc: removed spurious ^M

View File

@ -196,6 +196,7 @@ UTILS = $(BINDIR)\xmllint.exe\
$(BINDIR)\testXPath.exe\
$(BINDIR)\runtest.exe\
$(BINDIR)\runsuite.exe
!if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls" || "$(WITH_THREADS)" == "native"
UTILS = $(UTILS) $(BINDIR)\testThreadsWin32.exe
!else if "$(WITH_THREADS)" == "posix"