XML.cpp -> xml.cpp, XML.h -> xml.h. Sorry Windows users, if you make sure your stuff is in the correct case the first time then you wont have problems when doing a svn update.

svn path=/trunk/; revision=19675
This commit is contained in:
Steven Edwards 2005-11-27 06:48:34 +00:00
parent dccb79c6ac
commit 9741e018d3
9 changed files with 11 additions and 11 deletions

View file

@ -28,7 +28,7 @@
#include <time.h>
#include <string.h>
#include "version.h"
#include "XML.h"
#include "xml.h"
#include "exception.h"
#define FALSE 0

View file

@ -22,7 +22,7 @@ BUILDNO_SOURCES = $(addprefix $(BUILDNO_BASE_), \
buildno.cpp \
exception.cpp \
ssprintf.cpp \
XML.cpp \
xml.cpp \
)
BUILDNO_OBJECTS = \
@ -48,7 +48,7 @@ $(BUILDNO_INT_)ssprintf.o: $(BUILDNO_BASE_)ssprintf.cpp | $(BUILDNO_INT)
$(ECHO_CC)
${host_gpp} $(BUILDNO_HOST_CXXFLAGS) -c $< -o $@
$(BUILDNO_INT_)XML.o: $(BUILDNO_BASE_)XML.cpp | $(BUILDNO_INT)
$(BUILDNO_INT_)xml.o: $(BUILDNO_BASE_)xml.cpp | $(BUILDNO_INT)
$(ECHO_CC)
${host_gpp} $(BUILDNO_HOST_CXXFLAGS) -c $< -o $@

View file

@ -1,4 +1,4 @@
// XML.cpp
// xml.cpp
#include "pch.h"
@ -15,7 +15,7 @@
#endif
#include <assert.h>
#include "XML.h"
#include "xml.h"
#include "exception.h"
#include "ssprintf.h"

View file

@ -19,7 +19,7 @@
#define __EXCEPTION_H
#include "pch.h"
#include "XML.h"
#include "xml.h"
class Exception
{

View file

@ -37,7 +37,7 @@
#include "ssprintf.h"
#include "exception.h"
#include "XML.h"
#include "xml.h"
#include <infhost.h>
typedef std::vector<std::string> string_list;

View file

@ -175,7 +175,7 @@ RBUILD_COMMON_SOURCES = \
syssetupgenerator.cpp \
testsupportcode.cpp \
wineresource.cpp \
XML.cpp \
xml.cpp \
)
RBUILD_SPECIAL_SOURCES = \
@ -218,7 +218,7 @@ RBUILD_HEADERS = \
rbuild.h \
ssprintf.h \
test.h \
XML.h \
xml.h \
$(addprefix backend$(SEP), $(RBUILD_BACKEND_HEADERS)) \
)
@ -358,7 +358,7 @@ $(RBUILD_INT_)testsupportcode.o: $(RBUILD_BASE_)testsupportcode.cpp $(RBUILD_HEA
$(ECHO_CC)
${host_gpp} $(RBUILD_HOST_CXXFLAGS) -c $< -o $@
$(RBUILD_INT_)XML.o: $(RBUILD_BASE_)XML.cpp $(RBUILD_HEADERS) | $(RBUILD_INT)
$(RBUILD_INT_)xml.o: $(RBUILD_BASE_)xml.cpp $(RBUILD_HEADERS) | $(RBUILD_INT)
$(ECHO_CC)
${host_gpp} $(RBUILD_HOST_CXXFLAGS) -c $< -o $@

View file

@ -29,7 +29,7 @@
#endif
#include <assert.h>
#include "XML.h"
#include "xml.h"
#include "ssprintf.h"
#ifndef MAX_PATH