summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.DJ
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-01-23 15:57:52 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-01-23 15:57:52 +0000
commit3d06dc75816ef7f1c6e2c3f24a98dd2934c4c385 (patch)
tree74e43e286b3d3d947e58f73bd0a69b4a6d4aeaaf /src/mesa/Makefile.DJ
parent3abf746a7eae52220485cd031aecec2ca9e6103e (diff)
accomodated new driver_func initialization
added DMesaGetProcAddress some other minor fixes updated documentation
Diffstat (limited to 'src/mesa/Makefile.DJ')
-rw-r--r--src/mesa/Makefile.DJ4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile.DJ b/src/mesa/Makefile.DJ
index 517e24b3b4..bd8e6f039d 100644
--- a/src/mesa/Makefile.DJ
+++ b/src/mesa/Makefile.DJ
@@ -20,7 +20,7 @@
# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-# DOS/DJGPP core makefile v1.5 for Mesa
+# DOS/DJGPP core makefile v1.6 for Mesa
#
# Copyright (C) 2002 - Borca Daniel
# Email : dborca@users.sourceforge.net
@@ -174,7 +174,7 @@ DRIVER_SOURCES += \
drivers/dos/dpmi.c
endif
-SOURCES = $(CORE_SOURCES) $(X86_SOURCES) $(DRIVER_SOURCES)
+SOURCES = $(CORE_SOURCES) $(X86_SOURCES) $(COMMON_DRIVER_SOURCES) $(DRIVER_SOURCES)
OBJECTS = $(addsuffix .o,$(basename $(SOURCES)))