]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/scripts/mklibs.bat
08-mar-2003 NvE Compiler option /GR introduced for MSVC++ in mklibs.bat to explicitly...
[u/mrichter/AliRoot.git] / RALICE / scripts / mklibs.bat
index 19a9ab5230accdc3f41ab5c511b96c0e72552c7f..6262e89e41f721b9e5433f0869adeb1b76187888 100755 (executable)
@@ -31,8 +31,8 @@ echo === Automatic ROOT library production of files ralice.lib and ralice.dll ==
 echo .
 
 rem --- The option strings for MSVC++ DLL compilation and linking ---
-set mscomp=/nologo /c /TP /Za /MD /I%ROOTSYS%\include
-set msdll=/nologo /TP /Za /MD /LD /GD /I%ROOTSYS%\include
+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
 set mslink=/ENTRY:_DllMainCRTStartup@12 %ROOTSYS%\lib\*.lib
 
 if "%1" == "" goto export