Skip to content
Snippets Groups Projects
Commit 4ab918e2 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

compile TLatex in debug mode on Windows (VC++ compilers).

git-svn-id: http://root.cern.ch/svn/root/trunk@7184 27541ba8-7e3a-0410-8455-c3a389f83636
parent 28b371be
No related branches found
No related tags found
No related merge requests found
...@@ -81,4 +81,8 @@ graf/src/TText.o: graf/src/TText.cxx $(FREETYPELIB) ...@@ -81,4 +81,8 @@ graf/src/TText.o: graf/src/TText.cxx $(FREETYPELIB)
$(CXX) $(OPT) -I$(FREETYPEDIRI) $(CXXFLAGS) -o $@ -c $< $(CXX) $(OPT) -I$(FREETYPEDIRI) $(CXXFLAGS) -o $@ -c $<
graf/src/TLatex.o: graf/src/TLatex.cxx $(FREETYPELIB) graf/src/TLatex.o: graf/src/TLatex.cxx $(FREETYPELIB)
ifneq ($(PLATFORM),win32)
$(CXX) $(OPT) -I$(FREETYPEDIRI) $(CXXFLAGS) -o $@ -c $< $(CXX) $(OPT) -I$(FREETYPEDIRI) $(CXXFLAGS) -o $@ -c $<
else
$(CXX) $(DEBUGFLAGS) -I$(FREETYPEDIRI) $(CXXFLAGS) -o $@ -c $<
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment