mirror of
https://github.com/reactos/reactos.git
synced 2025-07-12 09:14:13 +00:00
Use host_gpp instead of host_gcc for building "ssprintf.cpp" and "tools.cpp".
These are C++ files, so they should be built with g++ like it's done for the other tools. Usually they can also be built with gcc, but Collibri from IRC reported that broken gcc interfaces exist, which lead to problems with these files. svn path=/trunk/; revision=28414
This commit is contained in:
parent
5f5941543f
commit
edceb16713
1 changed files with 2 additions and 2 deletions
|
@ -34,11 +34,11 @@ XML_SSPRINTF_OBJECTS = \
|
||||||
|
|
||||||
$(TOOLS_INT_)ssprintf.o: $(TOOLS_BASE_)ssprintf.cpp $(XML_SSPRINTF_HEADERS) | $(TOOLS_INT)
|
$(TOOLS_INT_)ssprintf.o: $(TOOLS_BASE_)ssprintf.cpp $(XML_SSPRINTF_HEADERS) | $(TOOLS_INT)
|
||||||
$(ECHO_CC)
|
$(ECHO_CC)
|
||||||
${host_gcc} $(TOOLS_CPPFLAGS) -c $< -o $@
|
${host_gpp} $(TOOLS_CPPFLAGS) -c $< -o $@
|
||||||
|
|
||||||
$(TOOLS_INT_)xml.o: $(TOOLS_BASE_)xml.cpp $(XML_SSPRINTF_HEADERS) | $(TOOLS_INT)
|
$(TOOLS_INT_)xml.o: $(TOOLS_BASE_)xml.cpp $(XML_SSPRINTF_HEADERS) | $(TOOLS_INT)
|
||||||
$(ECHO_CC)
|
$(ECHO_CC)
|
||||||
${host_gcc} $(TOOLS_CPPFLAGS) -c $< -o $@
|
${host_gpp} $(TOOLS_CPPFLAGS) -c $< -o $@
|
||||||
|
|
||||||
include tools/bin2c.mak
|
include tools/bin2c.mak
|
||||||
include tools/bin2res/bin2res.mak
|
include tools/bin2res/bin2res.mak
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue