]> git.ipfire.org Git - thirdparty/cups.git/commit - ppdc/Dependencies
Start adding PPD compiler to CUPS trunk (not finished!)
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 13 Feb 2008 17:31:20 +0000 (17:31 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 13 Feb 2008 17:31:20 +0000 (17:31 +0000)
commit4bc988720b6a1b10c251da3c36075384abc13484
tree3a29d3c51afd3175c45883df6b4775ce1dca99f5
parent30d021096e02ed1522d63ad7f59ac77c3080ab28
Start adding PPD compiler to CUPS trunk (not finished!)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@7303 7a7537e8-13f0-0310-91df-b6672ffda945
34 files changed:
Makedefs.in
Makefile
config-scripts/cups-common.m4
config-scripts/cups-compiler.m4
ppdc/Dependencies [new file with mode: 0644]
ppdc/Makefile [new file with mode: 0644]
ppdc/drv.cxx [new file with mode: 0644]
ppdc/foo-fr.po [new file with mode: 0644]
ppdc/foo.drv [new file with mode: 0644]
ppdc/ppdc-array.cxx [new file with mode: 0644]
ppdc/ppdc-attr.cxx [new file with mode: 0644]
ppdc/ppdc-catalog.cxx [new file with mode: 0644]
ppdc/ppdc-choice.cxx [new file with mode: 0644]
ppdc/ppdc-constraint.cxx [new file with mode: 0644]
ppdc/ppdc-driver.cxx [new file with mode: 0644]
ppdc/ppdc-file.cxx [new file with mode: 0644]
ppdc/ppdc-filter.cxx [new file with mode: 0644]
ppdc/ppdc-font.cxx [new file with mode: 0644]
ppdc/ppdc-group.cxx [new file with mode: 0644]
ppdc/ppdc-import.cxx [new file with mode: 0644]
ppdc/ppdc-mediasize.cxx [new file with mode: 0644]
ppdc/ppdc-message.cxx [new file with mode: 0644]
ppdc/ppdc-option.cxx [new file with mode: 0644]
ppdc/ppdc-profile.cxx [new file with mode: 0644]
ppdc/ppdc-shared.cxx [new file with mode: 0644]
ppdc/ppdc-source.cxx [new file with mode: 0644]
ppdc/ppdc-string.cxx [new file with mode: 0644]
ppdc/ppdc-variable.cxx [new file with mode: 0644]
ppdc/ppdc.cxx [new file with mode: 0644]
ppdc/ppdc.h [new file with mode: 0644]
ppdc/ppdhtml.cxx [new file with mode: 0644]
ppdc/ppdi.cxx [new file with mode: 0644]
ppdc/ppdmerge.cxx [new file with mode: 0644]
ppdc/ppdpo.cxx [new file with mode: 0644]