Skip to content
Snippets Groups Projects
Commit 262fd398 authored by Rene Brun's avatar Rene Brun
Browse files

From Bertrand:

Changes for Windows


git-svn-id: http://root.cern.ch/svn/root/trunk@14672 27541ba8-7e3a-0410-8455-c3a389f83636
parent 517ce025
No related branches found
No related tags found
No related merge requests found
......@@ -65,9 +65,6 @@ $(QTGSIDS): $(QTGSIH) $(QTGSIL) $(ROOTCINTTMPEXE)
@echo "Generating dictionary $@..."
$(ROOTCINTTMP) -f $@ -c $(QTGSIH) $(QTGSIL)
$(QTGSIDO): $(QTGSIDS)
$(CXX) $(NOOPT) $(CXXFLAGS) $(QTGSICXXFLAGS) -o $@ -c $<
all-qtgsi: $(QTGSILIB)
test-qtgsi: $(QTGSILIB)
......@@ -92,6 +89,7 @@ distclean:: distclean-qtgsi
##### extra rules ######
$(sort $(QTGSIMOCO) $(QTGSIO)): CXXFLAGS += $(QTGSICXXFLAGS)
$(QTGSIDO): CXXFLAGS += $(QTGSICXXFLAGS)
$(QTGSIMOC): $(QTGSIDIRS)/moc_%.cxx: $(QTGSIDIRI)/%.h
$(QTMOCEXE) $< -o $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment