From: "Antti Koskipää" Subject: Re: Quake source Newsgroups: comp.os.msdos.djgpp References: Message-ID: <01bf53d0$1a8fd500$1cc3ec3e@pena3> X-Newsreader: Microsoft Internet News 4.70.1155 Lines: 134 Date: Thu, 30 Dec 1999 20:45:46 GMT NNTP-Posting-Host: 62.236.195.28 X-Trace: uutiset.nic.fi 946586746 62.236.195.28 (Thu, 30 Dec 1999 22:45:46 EET) NNTP-Posting-Date: Thu, 30 Dec 1999 22:45:46 EET Organization: NIC Tietoverkot Oy - NIC Data Networks Ltd. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Wilmer van der Gaast wrote in article ... > On Wed, 22 Dec 1999, salvador wrote: > > > Some bird told me that at least the sources found in the net some years ago were > Cool, you can talk to/with birds??? How do you do that??? > > > P.S. Don't ask me the name of the bird and "somebody" ;-) > I think it's a good idea to call your bird tweety... > > Oh, just don't take this all too seriously... Hello all, I finally managed to compile quake 1.09 for DOS from the sources. All you need is the "winquake" directory. I tested the build with original quake (registered), and mission packs 1 & 2. No more crashes in mission packs. I did not test the network code, but it probably works too. Copy this batch file to the "winquake" dir and run it there. Not all files in that directory are needed. ********** begin compile.bat *********** gcc -c cd_audio.c gcc -c chase.c gcc -c cl_demo.c gcc -c cl_input.c gcc -c cl_main.c gcc -c cl_parse.c gcc -c cl_tent.c gcc -c cmd.c gcc -c common.c gcc -c console.c gcc -c crc.c gcc -c cvar.c gcc -c d_copy.S gcc -c d_draw.S gcc -c d_draw16.S gcc -c d_edge.c gcc -c d_fill.c gcc -c d_init.c gcc -c d_modech.c gcc -c d_part.c gcc -c d_parta.S gcc -c d_polysa.S gcc -c d_polyse.c gcc -c d_scan.c gcc -c d_scana.S gcc -c d_sky.c gcc -c d_spr8.S gcc -c d_sprite.c gcc -c d_surf.c gcc -c d_vars.c gcc -c d_varsa.S gcc -c d_zpoint.c gcc -c dos_v2.c gcc -c dosasm.S gcc -c draw.c gcc -c host.c gcc -c host_cmd.c gcc -c in_dos.c gcc -c keys.c gcc -c math.S gcc -c mathlib.c gcc -c menu.c gcc -c model.c gcc -c mplib.c gcc -c mplpc.c gcc -c net_dgrm.c gcc -c net_dos.c gcc -c net_ipx.c gcc -c net_loop.c gcc -c net_main.c gcc -c net_mp.c gcc -c net_ser.c gcc -c net_vcr.c gcc -c net_bw.c gcc -c nonintel.c gcc -c pr_cmds.c gcc -c pr_edict.c gcc -c pr_exec.c gcc -c r_aclip.c gcc -c r_aclipa.S gcc -c r_alias.c gcc -c r_aliasa.S gcc -c r_bsp.c gcc -c r_draw.c gcc -c r_drawa.S gcc -c r_edge.c gcc -c r_edgea.S gcc -c r_efrag.c gcc -c r_light.c gcc -c r_main.c gcc -c r_misc.c gcc -c r_part.c gcc -c r_sky.c gcc -c r_sprite.c gcc -c r_surf.c gcc -c r_vars.c gcc -c r_varsa.S gcc -c sbar.c gcc -c screen.c gcc -c snd_dma.c gcc -c snd_dos.c gcc -c snd_gus.c gcc -c snd_mem.c gcc -c snd_mix.c gcc -c snd_mixa.S gcc -c surf16.S gcc -c surf8.S gcc -c sv_main.c gcc -c sv_move.c gcc -c sv_phys.c gcc -c sv_user.c gcc -c sys_dos.c gcc -c sys_dosa.S gcc -c vid_dos.c gcc -c vid_ext.c gcc -c vid_vga.c gcc -c view.c gcc -c vregset.c gcc -c wad.c gcc -c world.c gcc -c worlda.S gcc -c zone.c gcc -o quake109.exe *.o ************* end compile.bat ************* Have fun! - Antti - To reply via mail, remove you-know-what