home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.pen
- Path: sparky!uunet!well!odawa
- From: odawa@well.sf.ca.us (Michael Odawa)
- Subject: Re: Smallest PenPoint App (code size)
- Message-ID: <C0E5tA.1It@well.sf.ca.us>
- Sender: news@well.sf.ca.us
- Organization: Simple Software
- References: <1992Dec31.032315.22424@netcom.com> <1993Jan4.171000.28365@wuecl.wustl.edu>
- Date: Tue, 5 Jan 1993 17:27:10 GMT
- Lines: 29
-
- In article <1993Jan4.171000.28365@wuecl.wustl.edu> dale@manet.wustl.edu writes:
- >In article <1992Dec31.032315.22424@netcom.com> cew@netcom.com (Clayton
- >Weimer) writes:
-
- >1.2K sounds much nicer. For those who don't know put
- >
- >MODE = production
- >
- > in you makefile to disable the debug mode...
-
- That's right, of course. But it's even easier. You can set the environment
- variable from DOS:
- C> set MODE=production
- or
- C> set mode=debug
- to switch back and forth.
-
- I keep the line in a batch file, DEBUG.BAT, so that I can just type
- C> debug on
- or
- C> debug off
- to move between debug and production mode.
-
- Michael Odawa
- Simple Software
- --
- Michael Odawa
- Simple Software
- odawa@well.sf.ca.us
-