home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04974.iso / docs / 00016 / 01649.exe / data.2 / program / Templates / Inline / CompilerDefinition.tpl < prev    next >
Encoding:
Text File  |  1996-09-16  |  350 b   |  13 lines

  1. <$$FILE
  2.    TYPE=HTML
  3.    DESC="Creates a compiler definition"
  4. >
  5. <$$PARAMS
  6.    NAME=STRING NAME_D="Name to use:"
  7.    COMPILE=CHECK COMPILE_D="Compile?"
  8.    TEXT=TEXT TEXT_D="Text for definition"
  9. ><$$NO>
  10. <$$INSERT PARAM="<$define name=">"<$$INSERT PARAM=~NAME>"<$$NO>
  11. <$$IF s="COMPILE=ON"> compile><$$ELSE>><$$ENDIF><$$NO>
  12. <$$INSERT PARAM=~TEXT><$/define>
  13.