Rational Developer for System z
PL/I for Windows, Version 8.0, プログラミング・ガイド

ディレクティブの例

!INCLUDE <infrules.txt>
!CMDSWITCHES +D
winner.exe:winner.obj
!IFDEF DEBUG
! IF "$(DEBUG)"=="y"
     ilink /de winner.obj;
! ELSE
     ilink winner.obj;
! ENDIF
!ELSE
! ERROR Macro named DEBUG is not defined.
!ENDIF

この例のディレクティブは、以下の処理を行います。


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)