home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / pen / 766 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.1 KB  |  41 lines

  1. Newsgroups: comp.sys.pen
  2. Path: sparky!uunet!well!odawa
  3. From: odawa@well.sf.ca.us (Michael Odawa)
  4. Subject: Re: Smallest PenPoint App (code size)
  5. Message-ID: <C0E5tA.1It@well.sf.ca.us>
  6. Sender: news@well.sf.ca.us
  7. Organization: Simple Software
  8. References: <1992Dec31.032315.22424@netcom.com> <1993Jan4.171000.28365@wuecl.wustl.edu>
  9. Date: Tue, 5 Jan 1993 17:27:10 GMT
  10. Lines: 29
  11.  
  12. In article <1993Jan4.171000.28365@wuecl.wustl.edu> dale@manet.wustl.edu writes:
  13. >In article <1992Dec31.032315.22424@netcom.com> cew@netcom.com (Clayton  
  14. >Weimer) writes:
  15.    
  16. >1.2K sounds much nicer. For those who don't know put
  17. >
  18. >MODE = production
  19. >
  20. > in you makefile to disable the debug mode...  
  21.  
  22. That's right, of course.  But it's even easier.  You can set the environment 
  23. variable from DOS:
  24.    C> set MODE=production
  25. or
  26.    C> set mode=debug
  27. to switch back and forth.
  28.  
  29. I keep the line in a batch file, DEBUG.BAT, so that I can just type
  30.    C> debug on
  31. or
  32.    C> debug off
  33. to move between debug and production mode.
  34.  
  35. Michael Odawa
  36. Simple Software
  37. -- 
  38. Michael Odawa
  39. Simple Software
  40. odawa@well.sf.ca.us
  41.