From: Tim R. <ti...@us...> - 2004-09-11 09:11:58
|
Update of /cvsroot/csdopenglnet/csdOpenGL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23372 Modified Files: INSTALL Makefile Log Message: set default build process to: Mono & Gtk# Index: Makefile =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile 11 Sep 2004 09:07:13 -0000 1.10 --- Makefile 11 Sep 2004 09:11:49 -0000 1.11 *************** *** 1,3 **** ! MONO=0 WINDOWS=0 GTK=1 --- 1,3 ---- ! MONO=1 WINDOWS=0 GTK=1 Index: INSTALL =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/INSTALL,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** INSTALL 11 Sep 2004 09:10:42 -0000 1.2 --- INSTALL 11 Sep 2004 09:11:49 -0000 1.3 *************** *** 17,21 **** There are a few flags (0=off, 1=on) to control the compile process. ! MONO: builds a mono specific platform library called csDragons.OpenGL.Mono.dll ! WINDOWS: builds a winodws specific platform library called csDragons.OpenGL.Windows.dll ! GTK: builds Gtk# Widgets if available \ No newline at end of file --- 17,21 ---- There are a few flags (0=off, 1=on) to control the compile process. ! MONO [1]: builds a mono specific platform library called csDragons.OpenGL.Mono.dll ! WINDOWS [0]: builds a winodws specific platform library called csDragons.OpenGL.Windows.dll ! GTK [1]: builds Gtk# Widgets if available \ No newline at end of file |