X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: KTrumpetsRule AT cs DOT com Message-ID: <111.42a13745.2f2d03c9@cs.com> Date: Sat, 29 Jan 2005 10:20:41 EST Subject: Re: make in msdos window To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: CompuServe 2000 32-bit sub 101 Reply-To: djgpp AT delorie DOT com >>Hi All, >>When running a progrmam I wrote under make in a msdos windows under Windows >>ME it stops running when I switch away from that window. >>What am I doing wrong? >>Thanks in advance for your help. >>Stephen Grant Brown Stephen, here is an example of one that works for me. I'm running Win 98SE. I run make through a batch file so that I can switch between windows to correct errors. Could you post your make file?? Bill This is batch file -> ------------------------------------------------------------------------------ -------- del *.exe del *.bak make -f dos_xxxx.mak del *.o pause cls This is make file -> ------------------------------------------------------------------------------ --------------- # ------------------------------------------ # dos_xxxx.mak - this is make file for ENGINE DESIGNER v 00.0.0, # DOS version # # ------------------------------------------ dedcxxxx.exe: eng_xxxx.o env_xxxx.o bm_xxxx.o cmb_xxxx.o \ opt_xxxx.o dos_xxxx.o 386_xxxx.o gcc -o dedcxxxx.exe eng_xxxx.o env_xxxx.o bm_xxxx.o cmb_xxxx.o \ opt_xxxx.o dos_xxxx.o 386_xxxx.o dos_xxxx.o : dos_xxxx.c gcc -c dos_xxxx.c 386_xxxx.o : 386_xxxx.c 386_xxxx.h gcc -c 386_xxxx.c eng_xxxx.o : eng_xxxx.c eng_xxxx.h gcc -c -pedantic -ansi eng_xxxx.c env_xxxx.o : env_xxxx.c env_xxxx.h gcc -c -pedantic -ansi env_xxxx.c bm_xxxx.o : bm_xxxx.c bm_xxxx.h gcc -c -pedantic -ansi bm_xxxx.c cmb_xxxx.o : cmb_xxxx.c cmb_xxxx.h gcc -c -pedantic -ansi cmb_xxxx.c opt_xxxx.o : opt_xxxx.c opt_xxxx.h gcc -c -pedantic -ansi opt_xxxx.c ******************************************************************** Keller Racing Performance by Design KZRacing47 AT cs DOT com Keller_Racing AT yahoogroups DOT com http://www.bylleet.com/kz_racing http://ourworld.compuserve.com/homepages/nostalgia_drag_bike http://groups.yahoo.com/group/keller_racing eBAY User ID: kz_racing SUPPORT YOUR LOCAL DRAG RACER!! ********************************************************************