|
|
@@ -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:
|