X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FbbPostInstallPackage%2FbbPostInstallPackage.bat.in;h=92048c1d5b86a2dab7d9f4284fbc75762d7c3fdf;hb=873209c34eae7eec41042acc435b514f73f39cc4;hp=9fc83717c76a9723047e2d3457a66c09854fe700;hpb=1cb8d15699ee9ba117205b4e50e7d7037b737640;p=bbtk.git diff --git a/kernel/appli/bbPostInstallPackage/bbPostInstallPackage.bat.in b/kernel/appli/bbPostInstallPackage/bbPostInstallPackage.bat.in index 9fc8371..92048c1 100755 --- a/kernel/appli/bbPostInstallPackage/bbPostInstallPackage.bat.in +++ b/kernel/appli/bbPostInstallPackage/bbPostInstallPackage.bat.in @@ -1,3 +1,29 @@ +rem # --------------------------------------------------------------------- +rem # +rem # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +rem # pour la SantÈ) +rem # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +rem # Previous Authors : Laurent Guigues, Jean-Pierre Roux +rem # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil +rem # +rem # This software is governed by the CeCILL-B license under French law and +rem # abiding by the rules of distribution of free software. You can use, +rem # modify and/ or redistribute the software under the terms of the CeCILL-B +rem # license as circulated by CEA, CNRS and INRIA at the following URL +rem # http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +rem # or in the file LICENSE.txt. +rem # +rem # As a counterpart to the access to the source code and rights to copy, +rem # modify and redistribute granted by the license, users are provided only +rem # with a limited warranty and the software's author, the holder of the +rem # economic rights, and the successive licensors have only limited +rem # liability. +rem # +rem # The fact that you are presently reading this means that you have had +rem # knowledge of the CeCILL-B license and that you accept its terms. +rem # ------------------------------------------------------------------------ */ +rem + @echo off echo creates the file architecture for a new user package @@ -34,9 +60,15 @@ xcopy %INPUT% %OUTPUT%\%PACK% /S "%BINPATH%\bbSed" %OUTPUT%\%PACK%\CMakeLists3.txt WITHOUT_DESCRIPTION %DESCRIPTION% > %OUTPUT%\%PACK%\CMakeLists.txt del "%OUTPUT%\%PACK%\CMakeLists2.txt" del "%OUTPUT%\%PACK%\CMakeLists3.txt" -echo "Done !" -echo "Edit the file '%OUTPUT%\%PACK%\CMakeLists.txt' to customize your package" +echo +echo "Package created !" +echo +echo ==> +echo "==> Edit the file '%OUTPUT%\%PACK%\CMakeLists.txt' to customize your package" +echo ==> +echo +echo goto END