gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gfx/libcallgl Makefile


From: Matti Katila
Subject: [Gzz-commits] gzz/gfx/libcallgl Makefile
Date: Thu, 03 Oct 2002 11:11:27 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   02/10/03 11:11:27

Modified files:
        gfx/libcallgl  : Makefile 

Log message:
        removing kludge - we have wrapper now

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libcallgl/Makefile.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gzz/gfx/libcallgl/Makefile
diff -c gzz/gfx/libcallgl/Makefile:1.9 gzz/gfx/libcallgl/Makefile:1.10
*** gzz/gfx/libcallgl/Makefile:1.9      Mon Sep 30 07:20:31 2002
--- gzz/gfx/libcallgl/Makefile  Thu Oct  3 11:11:27 2002
***************
*** 1,12 ****
  include ../rules.mk
  
! sources = callgl.cxx calltest.cxx GL_kludge.cxx
  
! all: callgl.o GL_kludge.o
  
  include $(sources:.cxx=.dep)
  
! CTOBJS=calltest.o callgl.o ../libutil/Debug.o GL_kludge.o
  
  calltest: $(CTOBJS)
        $(CXX) $(CTOBJS) -o calltest -lglut -lGL -lGLU
--- 1,12 ----
  include ../rules.mk
  
! sources = callgl.cxx calltest.cxx
  
! all: callgl.o
  
  include $(sources:.cxx=.dep)
  
! CTOBJS=calltest.o callgl.o ../libutil/Debug.o
  
  calltest: $(CTOBJS)
        $(CXX) $(CTOBJS) -o calltest -lglut -lGL -lGLU




reply via email to

[Prev in Thread] Current Thread [Next in Thread]