gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] glmosaictext ./rules.mk include/GLMosaicText.hx...


From: Tuomas J. Lukka
Subject: [Gzz-commits] glmosaictext ./rules.mk include/GLMosaicText.hx...
Date: Sun, 16 Mar 2003 02:29:56 -0500

CVSROOT:        /cvsroot/glmosaictext
Module name:    glmosaictext
Changes by:     Tuomas J. Lukka <address@hidden>        03/03/16 02:29:56

Modified files:
        .              : rules.mk 
        include        : GLMosaicText.hxx 
Added files:
        include/glmosaictext: Mosaic.hxx 
        src            : Mosaic.cxx Text.cxx 

Log message:
        compiles

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/glmosaictext/glmosaictext/rules.mk.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/glmosaictext/glmosaictext/include/GLMosaicText.hxx.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/glmosaictext/glmosaictext/include/glmosaictext/Mosaic.hxx?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/glmosaictext/glmosaictext/src/Mosaic.cxx?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/glmosaictext/glmosaictext/src/Text.cxx?rev=1.1

Patches:
Index: glmosaictext/include/GLMosaicText.hxx
diff -u glmosaictext/include/GLMosaicText.hxx:1.1 
glmosaictext/include/GLMosaicText.hxx:1.2
--- glmosaictext/include/GLMosaicText.hxx:1.1   Sun Mar 16 02:18:50 2003
+++ glmosaictext/include/GLMosaicText.hxx       Sun Mar 16 02:29:55 2003
@@ -39,8 +39,8 @@
  */
 namespace GLMosaicText {
 
-    PREDBGVAR(dbg);
-    PREDBGVAR(dbg_glyphdetails);
+    extern bool dbg;
+    extern bool dbg_glyphdetails;
 
     using std::string;
     using std::vector;
Index: glmosaictext/rules.mk
diff -u glmosaictext/rules.mk:1.1 glmosaictext/rules.mk:1.2
--- glmosaictext/rules.mk:1.1   Sun Mar 16 02:18:50 2003
+++ glmosaictext/rules.mk       Sun Mar 16 02:29:55 2003
@@ -11,7 +11,7 @@
 # OPTIMIZE =  -O3 -ffast-math $(ARCH) -fomit-frame-pointer 
-foptimize-sibling-calls
 OPTIMIZE = -O0
 
-CPPFLAGS = -I../include -I../../libvob-depends -I../../include $(EXTRAINCLUDE) 
-I../../callgl/include -I../../../callgl/include 
-I../../callgl/include/glwrapper -I../../../callgl/include/glwrapper
+CPPFLAGS = -I../include -I../../libvob-depends -I../../include $(EXTRAINCLUDE) 
-I../../callgl/include -I../../../callgl/include 
-I../../callgl/include/glwrapper -I../../../callgl/include/glwrapper 
-I/usr/include/freetype2 
 CXXFLAGS = -g -Wall $(OPTIMIZE) $(CPPFLAGS) 
 CCFLAGS = -g -Wall
 




reply via email to

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