mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 01:50:40 +02:00
compiling with and without root defined in makefile.include
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@269 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
parent
02c4a5e18e
commit
9c5e2aa5b7
@ -13,6 +13,8 @@ INCLUDES ?= $(LIBRARYDIR)/commonFiles -I$(LIBRARYDIR)/MySocketTCP -I$(LIBRARYD
|
||||
|
||||
ifeq ( $(EIGERSLS), yes)
|
||||
LDFLAG += $(EIGERFLAGS)
|
||||
else ifeq ( $(ROOTSLS), yes)
|
||||
LDFLAG += $(ROOTFLAGS)
|
||||
endif
|
||||
|
||||
.PHONY: all lib clean mm doc htmldoc guiclient
|
||||
|
@ -217,10 +217,6 @@ static const int64_t GUI_VERSION=0x20121213;
|
||||
|
||||
//display message
|
||||
qDefs::Message((MessageIndex)errorLevel,retval,title);
|
||||
|
||||
if(retval.find("CAKE")!=string::npos){
|
||||
qDefs::Message((MessageIndex)errorLevel,"So You will get a cake tomorrow right?",title);
|
||||
}
|
||||
}
|
||||
|
||||
myDet->clearAllErrorMask();
|
||||
|
Loading…
x
Reference in New Issue
Block a user