Skip to content
Snippets Groups Projects
Commit 62bedc5b authored by Bertrand Bellenot's avatar Bertrand Bellenot
Browse files

replace rootcint by rootcling

git-svn-id: http://root.cern.ch/svn/root/trunk@47956 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0a671cb7
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ $(RIDE): $(RIDEO)
RIDEDict.$(SrcSuf): TGRootIDE.h LinkDef.h
@echo "Generating dictionary $@..."
@rootcint -f $@ -c $^
$(ROOTCLING) -f $@ -c $^
clean:
@rm -f $(OBJS) core
......
......@@ -125,7 +125,7 @@ $(RIDE): $(RIDEO)
RIDEDict.$(SrcSuf): TGRootIDE.h LinkDef.h
@echo "Generating dictionary $@..."
@rootcint -f $@ -c TGRootIDE.h LinkDef.h
@rootcling -f $@ -c TGRootIDE.h LinkDef.h
#------------------------------------------------------------------------------
......
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