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

Add dependencies from the new GDML class.

git-svn-id: http://root.cern.ch/svn/root/trunk@16809 27541ba8-7e3a-0410-8455-c3a389f83636
parent b5508a37
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
ifeq ($(PLATFORM),win32)
GDMLLIBDEP = $(GEOMLIB) $(XMLLIB)
GDMLLIBEXTRA = lib/libGeom.lib lib/libXMLIO.lib
HISTLIBDEP = $(MATRIXLIB)
HISTLIBEXTRA = lib/libMatrix.lib
GRAFLIBDEP = $(HISTLIB) $(MATRIXLIB)
......@@ -136,6 +138,8 @@ FITPANELLIBEXTRA = lib/libGui.lib lib/libGpad.lib lib/libHist.lib \
else
GDMLLIBDEP = $(GEOMLIB) $(XMLLIB)
GDMLLIBEXTRA = -Llib -lGeom -lXMLIO
HISTLIBDEP = $(MATRIXLIB)
HISTLIBEXTRA = -Llib -lMatrix
GRAFLIBDEP = $(HISTLIB) $(MATRIXLIB)
......
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