|
From: andrew7 <bd...@us...> - 2007-06-15 21:49:46
|
Update of /cvsroot/smartwin/SmartWin/SmartSOAP In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv29898 Modified Files: Makefile.mingw Log Message: Per arnetheduck, mingw. Get the case right for DateTime.obj Index: Makefile.mingw =================================================================== RCS file: /cvsroot/smartwin/SmartWin/SmartSOAP/Makefile.mingw,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.mingw 18 Apr 2006 12:30:22 -0000 1.1 +++ Makefile.mingw 15 Jun 2007 21:49:39 -0000 1.2 @@ -2,7 +2,7 @@ ../SmartNetwork/HttpRequest.o \ ../SmartNetwork/HttpResponse.o \ ../SmartNetwork/TcpTextStream.o \ - ../SmartUtil/dateTime.o \ + ../SmartUtil/DateTime.o \ ../SmartUtil/TimeSpan.o \ ../SmartXML/XmlAttribute.o \ ../SmartXML/XmlDocument.o \ |