summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-09-21 22:45:30 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-09-21 22:45:30 +0000
commit57181b2c0a08ffb9cc6d4190bdd802ad88cc3a83 (patch)
tree3762390ee9b402a166def85bbd1ca86f04a2dde3
parent00a1ff66e2c8e22f0da6717ccaf310785c716d0a (diff)
update from Daniel Borca
-rw-r--r--docs/README.DJ7
1 files changed, 4 insertions, 3 deletions
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: