build bufferfont/bufferglyph stuff on windows too
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
diff --git a/msvc/vc8/ftgl_dll.vcproj b/msvc/vc8/ftgl_dll.vcproj
index 95c573c..ffacb92 100644
--- a/msvc/vc8/ftgl_dll.vcproj
+++ b/msvc/vc8/ftgl_dll.vcproj
@@ -4,6 +4,7 @@
Version="8.00"
Name="ftgl_dll"
ProjectGUID="{F7946C68-319D-441A-A732-BC2A200A9112}"
+ RootNamespace="ftgl_dll"
>
<Platforms>
<Platform
@@ -254,6 +255,10 @@
>
</File>
<File
+ RelativePath="..\..\src\FTGlyph\FTBufferGlyph.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\src\FTGlyph\FTExtrudeGlyph.cpp"
>
</File>
@@ -290,6 +295,10 @@
>
</File>
<File
+ RelativePath="..\..\src\FTFont\FTBufferFont.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\src\FTFont\FTExtrudeFont.cpp"
>
</File>
@@ -387,6 +396,10 @@
>
</File>
<File
+ RelativePath="..\..\src\FTGlyph\FTBufferGlyphImpl.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\FTGlyph\FTExtrudeGlyphImpl.h"
>
</File>
@@ -419,6 +432,10 @@
>
</File>
<File
+ RelativePath="..\..\src\FTFont\FTBufferFontImpl.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\FTFont\FTExtrudeFontImpl.h"
>
</File>
@@ -455,6 +472,18 @@
>
</File>
<File
+ RelativePath="..\..\src\FTGL\FTBuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\FTGL\FTBufferFont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\FTGL\FTBufferGlyph.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\FTGL\FTExtrdGlyph.h"
>
</File>
diff --git a/msvc/vc8/ftgl_static.vcproj b/msvc/vc8/ftgl_static.vcproj
index 6ecda5f..7f5bcc2 100644
--- a/msvc/vc8/ftgl_static.vcproj
+++ b/msvc/vc8/ftgl_static.vcproj
@@ -194,6 +194,10 @@
>
</File>
<File
+ RelativePath="..\..\src\FTFont\FTBufferFont.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\src\FTFont\FTExtrudeFont.cpp"
>
</File>
@@ -230,6 +234,10 @@
>
</File>
<File
+ RelativePath="..\..\src\FTGlyph\FTBufferGlyph.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\src\FTGlyph\FTExtrudeGlyph.cpp"
>
</File>
@@ -328,6 +336,10 @@
>
</File>
<File
+ RelativePath="..\..\src\FTFont\FTBufferFontImpl.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\FTFont\FTExtrudeFontImpl.h"
>
</File>
@@ -360,6 +372,10 @@
>
</File>
<File
+ RelativePath="..\..\src\FTGlyph\FTBufferGlyphImpl.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\FTGlyph\FTExtrudeGlyphImpl.h"
>
</File>
@@ -396,6 +412,18 @@
>
</File>
<File
+ RelativePath="..\..\src\FTGL\FTBuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\FTGL\FTBufferFont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\FTGL\FTBufferGlyph.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\FTGL\FTExtrdGlyph.h"
>
</File>