Define new options in OS400 RPG interface

Port OS400 compilation scripts to >= V5R2M0
This commit is contained in:
Patrick Monnerat
2007-12-10 17:09:09 +00:00
parent bd99a7dc8c
commit a83e72692f
4 changed files with 9 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ TGTCCSID='500' # Target CCSID of objects
DEBUG='*ALL' # Debug level
OPTIMIZE='10' # Optimisation level
OUTPUT='*NONE' # Compilation output option.
TGTRLS='V5R1M0' # Target OS release
TGTRLS='V5R2M0' # Target OS release
export TARGETLIB STATBNDDIR DYNBNDDIR SRVPGM TGTCCSID DEBUG OPTIMIZE OUTPUTC
export TGTRLS