Changeset 2898 for libcaca/trunk/caca
- Timestamp:
- Oct 7, 2008, 11:26:56 PM (12 years ago)
- Location:
- libcaca/trunk/caca
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/Makefile.am
r2896 r2898 1 1 # $Id$ 2 2 3 EXTRA_DIST = caca_types.h.in caca.pc.in mono9.data monobold12.data 3 EXTRA_DIST = caca_types.h.in caca.pc.in \ 4 mono9.data monobold12.data \ 5 libcaca.vcproj libcaca.def 4 6 DISTCLEANFILES = caca_types.h caca.pc 5 7 -
libcaca/trunk/caca/libcaca.vcproj
r2897 r2898 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 ,00"4 Version="8.00" 5 5 Name="libcaca" 6 6 ProjectGUID="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" … … 171 171 <Files> 172 172 <Filter 173 Name="Source Files"174 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"175 >176 <File177 RelativePath="..\caca\caca.c"178 >179 </File>180 <File181 RelativePath="..\caca\attr.c"182 >183 </File>184 <File185 RelativePath="..\caca\box.c"186 >187 </File>188 <File189 RelativePath="..\caca\string.c"190 >191 </File>192 <File193 RelativePath="..\caca\charset.c"194 >195 </File>196 <File197 RelativePath="..\caca\conic.c"198 >199 </File>200 <File201 RelativePath="..\caca\canvas.c"202 >203 </File>204 <File205 RelativePath="..\caca\dither.c"206 >207 </File>208 <File209 RelativePath="..\caca\export.c"210 >211 </File>212 <File213 RelativePath="..\caca\figfont.c"214 >215 </File>216 <File217 RelativePath="..\caca\file.c"218 >219 </File>220 <File221 RelativePath="..\caca\font.c"222 >223 </File>224 <File225 RelativePath="..\caca\frame.c"226 >227 </File>228 <File229 RelativePath="..\caca\import.c"230 >231 </File>232 <File233 RelativePath="..\caca\line.c"234 >235 </File>236 <File237 RelativePath="..\caca\transform.c"238 >239 </File>240 <File241 RelativePath="..\caca\triangle.c"242 >243 </File>244 <File245 RelativePath="..\caca\legacy.c"246 >247 </File>248 <File249 RelativePath="..\caca\driver_conio.c"250 >251 </File>252 <File253 RelativePath="..\caca\driver_gl.c"254 >255 </File>256 <File257 RelativePath="..\caca\driver_ncurses.c"258 >259 </File>260 <File261 RelativePath="..\caca\driver_raw.c"262 >263 </File>264 <File265 RelativePath="..\caca\driver_slang.c"266 >267 </File>268 <File269 RelativePath="..\caca\driver_vga.c"270 >271 </File>272 <File273 RelativePath="..\caca\driver_win32.c"274 >275 </File>276 <File277 RelativePath="..\caca\driver_x11.c"278 >279 </File>280 <File281 RelativePath="..\caca\event.c"282 >283 </File>284 <File285 RelativePath="..\caca\graphics.c"286 >287 </File>288 <File289 RelativePath=".\libcaca.def"290 >291 </File>292 <File293 RelativePath="..\caca\time.c"294 >295 </File>296 </Filter>297 <Filter298 173 Name="Header Files" 299 174 Filter="h;hpp;hxx;hm;inl;inc;xsd" 300 175 > 301 176 <File 302 RelativePath=" ..\caca\caca.h"303 > 304 </File> 305 <File 306 RelativePath=" ..\caca\caca_internals.h"307 > 308 </File> 309 <File 310 RelativePath=" ..\caca\caca_types.h"311 > 312 </File> 313 <File 314 RelativePath="..\ caca\caca_stubs.h"315 > 316 </File> 317 <File 318 RelativePath=". \config.h"177 RelativePath="caca.h" 178 > 179 </File> 180 <File 181 RelativePath="caca_internals.h" 182 > 183 </File> 184 <File 185 RelativePath="caca_stubs.h" 186 > 187 </File> 188 <File 189 RelativePath="..\msvc\caca_types.h" 190 > 191 </File> 192 <File 193 RelativePath="..\msvc\config.h" 319 194 > 320 195 </File> 321 196 </Filter> 197 <File 198 RelativePath=".\attr.c" 199 > 200 </File> 201 <File 202 RelativePath=".\box.c" 203 > 204 </File> 205 <File 206 RelativePath=".\caca.c" 207 > 208 </File> 209 <File 210 RelativePath=".\canvas.c" 211 > 212 </File> 213 <File 214 RelativePath=".\charset.c" 215 > 216 </File> 217 <File 218 RelativePath=".\conic.c" 219 > 220 </File> 221 <File 222 RelativePath=".\dither.c" 223 > 224 </File> 225 <File 226 RelativePath=".\driver_conio.c" 227 > 228 </File> 229 <File 230 RelativePath=".\driver_gl.c" 231 > 232 </File> 233 <File 234 RelativePath=".\driver_ncurses.c" 235 > 236 </File> 237 <File 238 RelativePath=".\driver_raw.c" 239 > 240 </File> 241 <File 242 RelativePath=".\driver_slang.c" 243 > 244 </File> 245 <File 246 RelativePath=".\driver_vga.c" 247 > 248 </File> 249 <File 250 RelativePath=".\driver_win32.c" 251 > 252 </File> 253 <File 254 RelativePath=".\driver_x11.c" 255 > 256 </File> 257 <File 258 RelativePath=".\event.c" 259 > 260 </File> 261 <File 262 RelativePath=".\export.c" 263 > 264 </File> 265 <File 266 RelativePath=".\figfont.c" 267 > 268 </File> 269 <File 270 RelativePath=".\file.c" 271 > 272 </File> 273 <File 274 RelativePath=".\font.c" 275 > 276 </File> 277 <File 278 RelativePath=".\frame.c" 279 > 280 </File> 281 <File 282 RelativePath=".\graphics.c" 283 > 284 </File> 285 <File 286 RelativePath=".\import.c" 287 > 288 </File> 289 <File 290 RelativePath=".\legacy.c" 291 > 292 </File> 293 <File 294 RelativePath=".\libcaca.def" 295 > 296 </File> 297 <File 298 RelativePath=".\line.c" 299 > 300 </File> 301 <File 302 RelativePath=".\string.c" 303 > 304 </File> 305 <File 306 RelativePath=".\time.c" 307 > 308 </File> 309 <File 310 RelativePath=".\transform.c" 311 > 312 </File> 313 <File 314 RelativePath=".\triangle.c" 315 > 316 </File> 322 317 </Files> 323 318 <Globals>
Note: See TracChangeset
for help on using the changeset viewer.