| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
| Message-ID: | <4025FE61.4C163D17@yahoo.com> |
| From: | CBFalconer <cbfalconer AT yahoo DOT com> |
| Organization: | Ched Research |
| X-Mailer: | Mozilla 4.75 [en] (Win98; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: attaching source code to the ececutable |
| References: | <200402071458 DOT i17EwZtr013586 AT envy DOT delorie DOT com> <20040208012443 DOT 22711 DOT 00001133 AT mb-m19 DOT aol DOT com> |
| Lines: | 24 |
| Date: | Sun, 08 Feb 2004 09:55:01 GMT |
| NNTP-Posting-Host: | 12.76.140.185 |
| X-Complaints-To: | abuse AT worldnet DOT att DOT net |
| X-Trace: | bgtnsc04-news.ops.worldnet.att.net 1076234101 12.76.140.185 (Sun, 08 Feb 2004 09:55:01 GMT) |
| NNTP-Posting-Date: | Sun, 08 Feb 2004 09:55:01 GMT |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Sterten wrote: > ... snip ... > > BTW. here is my batch file which I use for compiling: > > rem this is the file gc.bat which I use to compile .c programs > set djgpp=c:\djgpp\djgpp.env > set path=c:\djgpp\bin;%path% > gcc %1.c -O2 -o %1.exe > strip %1.exe > echo ----------------------------------------- >>%1.exe > echo ----------------------------------------- >>%1.exe > echo ----------------------------------------- >>%1.exe > type %1.c >>%1.exe Hoo boy. Watch the path grow without bounds. -- Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net) Available for consulting/temporary embedded and systems. <http://cbfalconer.home.att.net> USE worldnet address!
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |