diff options
author | Daniel Borca <[email protected]> | 2004-01-26 10:41:39 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-01-26 10:41:39 +0000 |
commit | 8d2cfa9ea0bdc56458567707685faed5dbc49076 (patch) | |
tree | 403ddba5fce75a52abd506717a6efd555f5eb3eb /src/glut/dos/Makefile.DJ | |
parent | d3682ce37616bb1b33c587263bcb6c4e4eeac313 (diff) |
glutTimerFunc cleanup
Diffstat (limited to 'src/glut/dos/Makefile.DJ')
-rw-r--r-- | src/glut/dos/Makefile.DJ | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/glut/dos/Makefile.DJ b/src/glut/dos/Makefile.DJ index 4586a0ba699..b7c770715de 100644 --- a/src/glut/dos/Makefile.DJ +++ b/src/glut/dos/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 glut makefile v1.4 for Mesa +# DOS/DJGPP glut makefile v1.5 for Mesa # # Copyright (C) 2002 - Borca Daniel # Email : [email protected] @@ -34,7 +34,9 @@ # CFLAGS # # MKGLUT absolute path to original GLUT. -# default = $(TOP)/src-glut +# default = $(TOP)/src/glut/glx +# GLIDE path to Glide3 SDK; used to resolve DXEs. +# default = $(TOP)/glide3 # # Targets: # all: build GLUT @@ -46,7 +48,7 @@ .PHONY: all clean TOP = ../../.. -GLIDE ?= $(TOP)/include/glide3 +GLIDE ?= $(TOP)/glide3 MKGLUT ?= $(TOP)/src/glut/glx LIBDIR = $(TOP)/lib GLUT_LIB = libglut.a |