libxml2 r3692 - in trunk: . macos/src win32



Author: veillard
Date: Fri Feb 15 07:43:00 2008
New Revision: 3692
URL: http://svn.gnome.org/viewvc/libxml2?rev=3692&view=rev

Log:
* macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
  from Florent Guiliani
Daniel


Modified:
   trunk/ChangeLog
   trunk/macos/src/XMLTestPrefix2.h
   trunk/win32/Makefile.msvc

Modified: trunk/macos/src/XMLTestPrefix2.h
==============================================================================
--- trunk/macos/src/XMLTestPrefix2.h	(original)
+++ trunk/macos/src/XMLTestPrefix2.h	Fri Feb 15 07:43:00 2008
@@ -1,3 +1 @@
-int test_main(int argc, char* argv[]);
-
-#define main()		test_main(int argc, char* argv[])
\ No newline at end of file
+int test_main(int argc, char* argv[]);

#define main()		test_main(int argc, char* argv[])
\ No newline at end of file

Modified: trunk/win32/Makefile.msvc
==============================================================================
--- trunk/win32/Makefile.msvc	(original)
+++ trunk/win32/Makefile.msvc	Fri Feb 15 07:43:00 2008
@@ -254,12 +254,12 @@
 UTILS = $(UTILS) $(BINDIR)\testThreads.exe
 !endif
 
-!if "$(VCMANIFEST)" == "1"
-_VC_MANIFEST_EMBED_EXE= if exist $  manifest mt.exe -nologo -manifest $  manifest -outputresource:$@;1
-_VC_MANIFEST_EMBED_DLL= if exist $  manifest mt.exe -nologo -manifest $  manifest -outputresource:$@;2
-!else
-_VC_MANIFEST_EMBED_EXE=
-_VC_MANIFEST_EMBED_DLL=
+!if "$(VCMANIFEST)" == "1"
+_VC_MANIFEST_EMBED_EXE= if exist $  manifest mt.exe -nologo -manifest $  manifest -outputresource:$@;1
+_VC_MANIFEST_EMBED_DLL= if exist $  manifest mt.exe -nologo -manifest $  manifest -outputresource:$@;2
+!else
+_VC_MANIFEST_EMBED_EXE=
+_VC_MANIFEST_EMBED_DLL=
 !endif
 
 all : libxml libxmla libxmladll utils



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]