home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
tools
/
project
/
pscm.mac
< prev
next >
Wrap
Text File
|
1992-07-30
|
2KB
|
60 lines
PSCM -- The Project Source Code Manager July 31st, 1992
PSCM Macros PSCM Macros ___________ ___________
PSCM recognizes many different macros when extracting a source
code file for making. The following are the macros recognized by
PSCM v1.3.
General Macros
-------------------------------------------------------
@#D System Date in the form mm/dd/yy
@#T System Time in the form hh:mm:ss
@#P Project name
@#c Revision history comments
Configuration File Macros
-------------------------------------------------------
@#S System name from the PSCM config file
@#1 User parameter 1 from the PSCM config file
@#2 User parameter 2 from the PSCM config file
@#3 User parameter 3 from the PSCM config file
@#4 User parameter 4 from the PSCM config file
@#5 User parameter 5 from the PSCM config file
@#6 User parameter 6 from the PSCM config file
@#7 User parameter 7 from the PSCM config file
Version and Revision Macros
-------------------------------------------------------
@#v Version number in the form M.N
@#r Revision number in the form M.N.R
@#M Major version number
@#N Minor version number
@#R Revision number
Source File Modification Information Macros
-------------------------------------------------------
@#d File date in the form mm/dd/yy
@#t File time in the form hh:mm:ss
@#f File name and extension in the form filename.ext
@#F File name part only (no extension)
PSCM v1.3 Macro Quick Reference