From 0b61e7572063da6e43d13833201a9236f9cc3303 Mon Sep 17 00:00:00 2001 From: Nelson Rush Date: Thu, 13 Jan 2000 04:38:25 +0000 Subject: [PATCH] added email from thad ward on compiling under djgpp to README.DJGPP --- README.DJGPP | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.DJGPP diff --git a/README.DJGPP b/README.DJGPP new file mode 100644 index 0000000..8579507 --- /dev/null +++ b/README.DJGPP @@ -0,0 +1,24 @@ +Here's an email from Thad Ward on compiling QuakeForge under djgpp: + + +[Quake-devel] Compiling under djgpp +From: Thad Ward +To: quake-devel@lists.sourceforge.net + + +I'm currently working on getting the code to compile under djgpp. There is +a lot to do, but i wanted to post a list of the djgpp "packages" that I had +to download to get autoconf to work, and to get the code compiling. + +the packages I had to download are: djdev203, faq211b, bnu281b, gcc2952b, +gdb418b, gpp2952b, lgpp295b, mak377b, txi312b, bsh1147b, acnf213b, +amake14b, perl552b, m4-14b, sed302b, fil316b, grep22b, shl112b, +txt122b, gwk303b, dif271b + + +These probably should go into the README file. + +Also, i had to add a SHELL= line to the makefile generated by autoconf to +get make to work. + +Thad Ward