]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/scripts/mklibs.bat
20-jan-2005 NvE Modification in AliSignal::GetNwaveforms() to return last index inste...
[u/mrichter/AliRoot.git] / RALICE / scripts / mklibs.bat
index 7259a42370c5a6e2cd444410e2eabfd587e24358..8cff39e8d27605dd0bd35518846b486e057c1fdc 100755 (executable)
@@ -30,6 +30,9 @@ echo .
 echo === Automatic ROOT library production of files ralice.lib and ralice.dll ===
 echo .
 
+rem --- Prevent linking of the standard ROOT library libNew.lib
+if exist %ROOTSYS%\lib\libNew.lib rename %ROOTSYS%\lib\libNew.lib libNew.lix
+
 rem --- The option strings for MSVC++ DLL compilation and linking ---
 set mscomp=/nologo /c /Ze /TP /MD /GR /GX /I%ROOTSYS%\include
 set msdll=/nologo /Ze /TP /MD /LD /GD /GR /GX /I%ROOTSYS%\include