File: pdftoipe.pro

package info (click to toggle)
pdftoipe 20040630-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,552 kB
  • ctags: 3,413
  • sloc: cpp: 36,882; ansic: 2,877; makefile: 37
file content (51 lines) | stat: -rw-r--r-- 1,438 bytes parent folder | download | duplicates (2)
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
# -*- text -*-
# --------------------------------------------------------------------
win32:DEFINES   += WIN32
# --------------------------------------------------------------------
TEMPLATE	= app
CONFIG		+= qt console warn_off
TARGET		= pdftoipe
# --------------------------------------------------------------------
SOURCES		+= pdftoipe.cpp
SOURCES		+= xmloutputdev.cpp
SOURCES		+= ghash.cpp
SOURCES		+= glist.cpp
SOURCES		+= gstring.cpp
SOURCES		+= gmempp.cpp
SOURCES		+= gmem.c
SOURCES		+= parseargs.c
SOURCES		+= annot.cpp
SOURCES		+= array.cpp
SOURCES		+= builtinfont.cpp
SOURCES		+= builtinfonttables.cpp
SOURCES		+= cmap.cpp
SOURCES		+= catalog.cpp
SOURCES		+= charcodetounicode.cpp
SOURCES		+= decrypt.cpp
SOURCES		+= dict.cpp
SOURCES		+= error.cpp
SOURCES		+= fontencodingtables.cpp
SOURCES		+= fontfile.cpp
SOURCES		+= function.cpp
SOURCES		+= gfx.cpp
SOURCES		+= gfxfont.cpp
SOURCES		+= gfxstate.cpp
SOURCES		+= globalparams.cpp
SOURCES		+= imageoutputdev.cpp
SOURCES		+= jbig2stream.cpp
SOURCES		+= lexer.cpp
SOURCES		+= link.cpp
SOURCES		+= nametocharcode.cpp
SOURCES		+= object.cpp
SOURCES		+= outline.cpp
SOURCES		+= outputdev.cpp
SOURCES		+= pdfdoc.cpp
SOURCES		+= pdfdocencoding.cpp
SOURCES		+= pstokenizer.cpp
SOURCES		+= page.cpp
SOURCES		+= parser.cpp
SOURCES		+= stream.cpp
SOURCES		+= unicodemap.cpp
SOURCES		+= xref.cpp
SOURCES		+= ocfile.cpp
# --------------------------------------------------------------------