updates to top-level makefiles

This commit is contained in:
sezero
2018-08-12 13:37:50 +03:00
parent 0ff42bceb5
commit 76d8804c33
3 changed files with 5 additions and 12 deletions

View File

@@ -1,12 +1,9 @@
# DOS/DJGPP makefile for Glide3 and Texus2
# DOS / DJGPP makefile for Glide3 and Texus2
#
# Copyright (c) 2003 - Daniel Borca
# Email : dborca@users.sourceforge.net
# Web : http://www.geocities.com/dborca
#
# $Header$
#
#
# Available options:
@@ -51,7 +48,6 @@
#
.PHONY: all clean realclean
export BUILD_NUMBER = 40404
@@ -65,6 +61,7 @@ endif
all:
make -f Makefile.DJ -C $(G3_DIR)
# USE_X86=1 USE_3DNOW=1 USE_MMX=1 USE_SSE=1 USE_SSE2=1
clean:
make -f Makefile.DJ -C $(G3_DIR) clean

View File

@@ -1,13 +1,10 @@
# OpenWatcom makefile for Glide3 and Texus2
# DOS / OpenWatcom makefile for Glide3 and Texus2
# This makefile MUST be processed by GNU make!!!
#
# Copyright (c) 2003 - Daniel Borca
# Email : dborca@users.sourceforge.net
# Web : http://www.geocities.com/dborca
#
# $Header$
#
#
# Available options:
@@ -52,7 +49,6 @@
#
.PHONY: all clean realclean
export BUILD_NUMBER = 40404
@@ -66,6 +62,7 @@ endif
all:
make -f Makefile.wat -C $(G3_DIR)
# USE_X86=1 USE_3DNOW=1 USE_MMX=1 USE_SSE=1 USE_SSE2=1
clean:
make -f Makefile.wat -C $(G3_DIR) clean

View File

@@ -5,8 +5,6 @@
# Email : dborca@users.sourceforge.net
# Web : http://www.geocities.com/dborca
#
# $Header$
#
#
# Available options:
@@ -64,6 +62,7 @@ endif
all:
make -f Makefile.win32 -C $(G3_DIR)
# USE_X86=1 USE_3DNOW=1 USE_MMX=1 USE_SSE=1 USE_SSE2=1
clean:
make -f Makefile.win32 -C $(G3_DIR) clean