AliCalmodule.cxx AliCalorimeter.cxx AliInvmass.cxx AliJet.cxx \
AliMath.cxx AliPosition.cxx AliRandom.cxx AliSample.cxx AliSignal.cxx \
AliTrack.cxx AliVertex.cxx Ali3VectorObj.cxx Ali4VectorObj.cxx \
- AliPositionObj.cxx
+ AliPositionObj.cxx AliEvent.cxx
# C++ Headers
to prevent problems.
06-jun-2001 NvE CVS Date keyword introduced in 'Modified' field in .cxx files so that
the modification date is updated automatically in the html docs.
+09-jun-2001 NvE Script mklibs.bat modified to match its new location in the SCRIPTS
+ subdirectory and file RALICEHeaders.h moved back to the RALICE
+ directory again to enable universal installation scripts.
+ Also name AliEvent.cxx added in Makefile.
:export
echo *** Creation of ROOT loadable export libraries
echo.
+rem --- Set the RALICE source directory as working directory
+cd ..
rem --- Creation of ROOT dictionary ---
rootcint zzzralicedict.cxx -c RALICEHeaders.h RALICELinkDef.h
rem --- Compilation step ---
lib /nologo /machine:IX86 *.obj /def:ralice.def /out:ralice.lib
rem --- Creation of the DLL ---
link /nologo /machine:IX86 /DLL *.obj ralice.exp %mslink% /OUT:ralice.dll
+rem --- Move the created libs to the SCRIPTS subdirectory
+move ralice.lib .\scripts
+move ralice.dll .\scripts
rem --- Delete all intermediate files ---
del .def
del ralice.def
:full
echo *** Creation of ROOT loadable full version libraries
echo.
+rem --- Set the RALICE source directory as working directory
+cd ..
rem --- Creation of ROOT dictionary ---
rootcint zzzralicedict.cxx -c RALICEHeaders.h RALICELinkDef.h
rem --- Creation of the DLL ---
cl %msdll% *.cxx /link %mslink% /OUT:ralice.dll
rem --- Creation of the full version LIB ---
lib /nologo /machine:IX86 *.obj /out:ralice.lib
+rem --- Move the created libs to the SCRIPTS subdirectory
+move ralice.lib .\scripts
+move ralice.dll .\scripts
rem --- Delete all intermediate files ---
del .def
del zzzralicedict.h