From b7808884bb26b6abdd44a03ff47885fb646686a5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 21 Sep 2002 22:45:37 +0000 Subject: update from Daniel Borca --- docs/README.DJ | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/README.DJ') diff --git a/docs/README.DJ b/docs/README.DJ index 444fe8947c..d13779eeaa 100644 --- a/docs/README.DJ +++ b/docs/README.DJ @@ -6,7 +6,7 @@ Description: ~~~~~~~~~~~~ -Well, guess what... this is the DOS port of Mesa 4.0.3, for DJGPP fans... Whoa! +Well, guess what... this is the DOS port of Mesa 4.0.4, for DJGPP fans... Whoa! The driver has its origins in ddsample.c, written by Brian Paul and found by me in Mesa 3.4.2. @@ -78,7 +78,7 @@ FAQ: Q) I tried to run `make' and it exits because `gcc' complains it cannot find some stupid file. A) You need LFN support. - A) If FX is defined, pay attention to Glide path. + A) When compiling for Glide (FX=1), pay attention to Glide path. 2. Dynamic modules @@ -92,7 +92,8 @@ FAQ: Q) DXE2 modules give me headaches... A) The DXE2 modules are not compulsory. The static libraries are still built - and you can use them in the old-fashioned, classic way. + and you can use them in the old-fashioned, classic way. For example: + gcc -o OUT.exe IN.c -lglut -lglu -lgl Q) Okay, DXE2 modules are built. How can I use them? A) Usage of the dynamic modules requires three things: -- cgit v1.2.3