comments updated

This commit is contained in:
yabwon
2019-10-26 14:28:13 +02:00
parent b0f11e586f
commit 39117ffb90
3 changed files with 32 additions and 12 deletions

View File

@@ -48,7 +48,8 @@
/*** HELP START ***/
%macro GeneratePackge(
filesLocation=%sysfunc(pathname(work))/%lowcase(&packageName.) /* place for packages' files */
/* location of package files */
filesLocation=%sysfunc(pathname(work))/%lowcase(&packageName.)
)/secure;
/*** HELP END ***/
%local zipReferrence filesWithCodes _DESCR_ _LIC_ _RC_;