moss-devel
[Top][All Lists]
Advanced

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

[Moss-devel] CVS: moss/3Dsia/client/3Dcf/src Makefile.am,1.2,1.3


From: Alexander Feder <address@hidden>
Subject: [Moss-devel] CVS: moss/3Dsia/client/3Dcf/src Makefile.am,1.2,1.3
Date: Tue, 05 Nov 2002 07:49:18 -0500

Update of /cvsroot/moss/moss/3Dsia/client/3Dcf/src
In directory subversions:/tmp/cvs-serv15459/src

Modified Files:
        Makefile.am 
Log Message:
added opengl autoconf checks


Index: Makefile.am
===================================================================
RCS file: /cvsroot/moss/moss/3Dsia/client/3Dcf/src/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile.am 3 Nov 2002 19:55:11 -0000       1.2
--- Makefile.am 5 Nov 2002 12:49:16 -0000       1.3
***************
*** 1,7 ****
! bin_PROGRAMS = 3df.client
! 3df_client_SOURCES = main.cxx World.cxx
! df_client_LIBFLAGS = -lstdc++ -lglut -lGL -lGLU
  
! CFLAGS=-D_REENTRANT
! CXXFLAGS = -Wall -g -O3 $(df_client_LIBFLAGS)
  INCLUDES=-I../include
--- 1,9 ----
! bin_PROGRAMS = 3dfclient
  
! CXXFLAGS = -Wall -g -O3 -D_REENTRANT
  INCLUDES=-I../include
+ 
+ 3dfclient_SOURCES = main.cxx World.cxx
+ 3dfclient_LDADD = $(lflags) $(glflags)
+ 
+ 





reply via email to

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