Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- PBMake 2.17G for Clipper, Xbase++, C and˙+--------------------------------------------------------------+ - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

      With the SUCCESS= and FAILURE= directives, you can execute a DOS
      program based on whether the make process succeeded.

      Note! If it exists, and there is nothing to do, the NONEED=
      directive will execute. If you don't include the NONEED=
      directive, but you have included the SUCCESS= directive, the
      SUCCESS= directive will execute when there is nothing to do.

      Please see the companion commands, PRECOMPILECMD= and PRELINKCMD=

      If you need to run another batch file, remember to use the CALL
      batch file command, like:

      SUCCESS=CALL VERS_CTL.BAT
      FAILURE=CALL BADCOMP.BAT
      NONEED=ECHO Nothing Happened. Didn't use SUCCESS= or FAILURE=

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson