Skip to content
Snippets Groups Projects
Commit f7be72d7 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

apply fixes for Windows

git-svn-id: http://root.cern.ch/svn/root/trunk@47092 27541ba8-7e3a-0410-8455-c3a389f83636
parent 78ac029c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ ROOT_GENERATE_ROOTMAP(HistFactory LINKDEF LinkDef.h
ROOT_LINKER_LIBRARY(HistFactory *.cxx G__HistFactory.cxx LIBRARIES Core Cint
DEPENDENCIES RooFit RooFitCore Tree RIO Hist Matrix MathCore Minuit Foam Graf Gpad RooStats XMLParser)
ROOT_EXECUTABLE(hist2workspace MakeModelAndMeasurements.cxx
ROOT_EXECUTABLE(hist2workspace MakeModelAndMeasurements.cxx hist2workspace.cxx
LIBRARIES HistFactory RooFit RooFitCore Tree RIO Matrix Hist ${ROOT_MATHMORE_LIBRARY} MathCore
Graf Gpad Minuit Foam RooStats XMLParser)
......
......@@ -19,7 +19,7 @@ HF_PREPAREHISTFACTORY := bin/prepareHistFactory
##### tf_makeworkspace.exe #####
HF_MAKEWORKSPACEEXES := $(MODDIRS)/MakeModelAndMeasurements.cxx
HF_MAKEWORKSPACEEXES := $(MODDIRS)/MakeModelAndMeasurements.cxx $(MODDIRS)/hist2workspace.cxx
HF_MAKEWORKSPACEEXEO := $(call stripsrc,$(HF_MAKEWORKSPACEEXES:.cxx=.o))
HF_MAKEWORKSPACEEXEDEP := $(HF_MAKEWORKSPACEEXEO:.o=.d)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment