update from Daniel Borca
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 21 Sep 2002 22:45:37 +0000 (22:45 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 21 Sep 2002 22:45:37 +0000 (22:45 +0000)
docs/README.DJ

index 444fe8947c55ccfe02c2469ccaa6773c32243ac6..d13779eeaa86879a926fb4c65ba2f592662c6c23 100644 (file)
@@ -6,7 +6,7 @@
 Description:\r
 ~~~~~~~~~~~~\r
 \r
-Well, guess what... this is the DOS port of Mesa 4.0.3, for DJGPP fans... Whoa!\r
+Well, guess what... this is the DOS port of Mesa 4.0.4, for DJGPP fans... Whoa!\r
 The driver has its origins in ddsample.c, written by Brian Paul and found by me\r
 in Mesa 3.4.2.\r
 \r
@@ -78,7 +78,7 @@ FAQ:
    Q) I tried to run `make' and it exits because `gcc' complains it cannot find\r
       some stupid file.\r
    A) You need LFN support.\r
-   A) If FX is defined, pay attention to Glide path.\r
+   A) When compiling for Glide (FX=1), pay attention to Glide path.\r
 \r
 2. Dynamic modules\r
 \r
@@ -92,7 +92,8 @@ FAQ:
 \r
    Q) DXE2 modules give me headaches...\r
    A) The DXE2 modules are not compulsory. The static libraries are still built\r
-      and you can use them in the old-fashioned, classic way.\r
+      and you can use them in the old-fashioned, classic way. For example:\r
+       gcc -o OUT.exe IN.c -lglut -lglu -lgl\r
 \r
    Q) Okay, DXE2 modules are built. How can I use them?\r
    A) Usage of the dynamic modules requires three things:\r