blob: 181365d28dbfee5f911859d9d9d372cdf017aefe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff -urN ttmkfdir2/Makefile ttmkfdir2.azarah/Makefile
--- ttmkfdir2/Makefile.orig 2002-03-14 16:03:49.000000000 +0200
+++ ttmkfdir2/Makefile 2002-10-13 03:55:17.000000000 +0200
@@ -2,7 +2,7 @@
FREETYPE_INCL=-I$(FREETYPE_BASE)/.
FREETYPE_LIB=/usr/lib/libfreetype.so
-DEBUG=-ggdb
+DEBUG=
CXX=g++
CXXFLAGS=-Wall -pedantic $(FREETYPE_INCL) $(DEBUG)
diff -urN ttmkfdir2/ttf.h ttmkfdir2.azarah/ttf.h
--- ttmkfdir2/ttf.h.orig 2002-03-13 20:16:38.000000000 +0200
+++ ttmkfdir2/ttf.h 2002-10-13 03:46:34.000000000 +0200
@@ -43,7 +43,7 @@
FT_Face face;
TT_OS2 *os2;
TT_Postscript *post;
- string FileName;
+ std::string FileName;
};
};
|