at 16.09-beta 1.2 kB view raw
1diff -rc pdf2xml/pdf2xml/Makefile.linux pdf2xml-new/pdf2xml/Makefile.linux 2*** pdf2xml/Makefile.linux 2008-02-07 17:43:10.000000000 +0100 3--- pdf2xml-new/Makefile.linux 2010-08-25 15:41:23.000000000 +0200 4*************** 5*** 30,36 **** 6 7 8 # Executable name 9! PDFTOXMLEXE=pdftoxml.exe 10 11 # Main target 12 all: pdftoxmlEXE 13--- 30,36 ---- 14 15 16 # Executable name 17! PDFTOXMLEXE=pdftoxml 18 19 # Main target 20 all: pdftoxmlEXE 21diff -rc pdf2xml/pdf2xml/src/pdftoxml.cc pdf2xml-new/pdf2xml/src/pdftoxml.cc 22*** pdf2xml/src/pdftoxml.cc 2010-04-26 10:58:01.000000000 +0200 23--- pdf2xml-new/src/pdftoxml.cc 2010-08-25 15:36:15.000000000 +0200 24*************** 25*** 11,21 **** 26 // 27 //=========================================================================== 28 29 #include <aconf.h> 30- #include <stdio.h> 31 #include <stdlib.h> 32 #include <stddef.h> 33! #include <string.h> 34 #include "parseargs.h" 35 #include "GString.h" 36 #include "gmem.h" 37--- 11,21 ---- 38 // 39 //=========================================================================== 40 41+ #include <string.h> 42 #include <aconf.h> 43 #include <stdlib.h> 44 #include <stddef.h> 45! #include <cstdio> 46 #include "parseargs.h" 47 #include "GString.h" 48 #include "gmem.h"