mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
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:
parent
dccb79c6ac
commit
9741e018d3
9 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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 $@
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
#define __EXCEPTION_H
|
||||
|
||||
#include "pch.h"
|
||||
#include "XML.h"
|
||||
#include "xml.h"
|
||||
|
||||
class Exception
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 $@
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#endif
|
||||
#include <assert.h>
|
||||
|
||||
#include "XML.h"
|
||||
#include "xml.h"
|
||||
#include "ssprintf.h"
|
||||
|
||||
#ifndef MAX_PATH
|
Loading…
Add table
Add a link
Reference in a new issue