home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / xmeasure / build.com next >
Text File  |  1996-12-28  |  495b  |  20 lines

  1. $! File to build MEASURE executable
  2. $! Created 02-Nov-1993 23:16 using MKMF V1.04-0716
  3. $! Logicals/Qualifiers used to create this file:
  4. $!    /EXECUTABLE=MEASURE
  5. $!    /LIBFILE=USR$TOOLS:VCCOPT_DECW.OPT
  6. $!    /LOG=MEASURE.LOG
  7. $
  8. $  if f$mode() .eqs. "BATCH" then -
  9. $   set def DKA100:[LWW.DECW.MOTIF.LWW.XMEASURE]
  10. $
  11. $  write sys$output f$time()
  12. $! P1 = DBG - compile with debug options
  13. $  IF P1 .eqs. "DBG" .or. P1 .eqs. "DEBUG"
  14. $   THEN
  15. $      mms /macro=("dbg=1")
  16. $    ELSE
  17. $      mms 
  18. $  ENDIF
  19. $  exit
  20.