summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-22 12:09:38 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-22 12:09:38 +0000
commitb287d7f6a13823ea17e0bd415981d3a5953ca703 (patch)
treea420b28a35f7761f064d50bb610dbb2b46c71486 /Build/source/libs/teckit
parent5fd6fd3479fcbbda52ebca7b5e80a5aaa1add69f (diff)
build system: various small fixes for mingw32 cross compilation
still incomplete git-svn-id: svn://tug.org/texlive/trunk@17141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit')
-rw-r--r--Build/source/libs/teckit/TECkit-2.5.1-PATCHES/ChangeLog5
-rw-r--r--Build/source/libs/teckit/TECkit-2.5.1-PATCHES/patch-04-case-sensitive36
-rw-r--r--Build/source/libs/teckit/TECkit-2.5.1/source/Engine.cpp2
-rw-r--r--Build/source/libs/teckit/TECkit-2.5.1/source/Sample-tools/version_defs.h2
-rw-r--r--Build/source/libs/teckit/TECkit-2.5.1/source/version_defs.h2
5 files changed, 44 insertions, 3 deletions
diff --git a/Build/source/libs/teckit/TECkit-2.5.1-PATCHES/ChangeLog b/Build/source/libs/teckit/TECkit-2.5.1-PATCHES/ChangeLog
index 027432f275e..96bf45444a4 100644
--- a/Build/source/libs/teckit/TECkit-2.5.1-PATCHES/ChangeLog
+++ b/Build/source/libs/teckit/TECkit-2.5.1-PATCHES/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-19 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * patch-04-case-sensitive (new): #include <windows.h> instead
+ of <Windows.h> for, e.g., Linux => MinGW32 cross compilation.
+
2009-10-18 Peter Breitenlohner <peb@mppmu.mpg.de>
Reconstruct TL TECkit sources from distributed tarball.
diff --git a/Build/source/libs/teckit/TECkit-2.5.1-PATCHES/patch-04-case-sensitive b/Build/source/libs/teckit/TECkit-2.5.1-PATCHES/patch-04-case-sensitive
new file mode 100644
index 00000000000..1260a168a8f
--- /dev/null
+++ b/Build/source/libs/teckit/TECkit-2.5.1-PATCHES/patch-04-case-sensitive
@@ -0,0 +1,36 @@
+diff -ur TECkit-2.5.1.orig/source/Engine.cpp TECkit-2.5.1/source/Engine.cpp
+--- TECkit-2.5.1.orig/source/Engine.cpp 2009-10-01 22:17:12.000000000 +0200
++++ TECkit-2.5.1/source/Engine.cpp 2010-02-19 23:07:46.220357097 +0100
+@@ -50,7 +50,7 @@
+ # define WIN32_LEAN_AND_MEAN
+ # define NOSERVICE
+ # define NOMCX
+-# include <Windows.h>
++# include <windows.h>
+
+ BOOL WINAPI
+ DllMain(HINSTANCE /*hInst*/, DWORD /*wDataSeg*/, LPVOID /*lpReserved*/)
+diff -ur TECkit-2.5.1.orig/source/Sample-tools/version_defs.h TECkit-2.5.1/source/Sample-tools/version_defs.h
+--- TECkit-2.5.1.orig/source/Sample-tools/version_defs.h 2008-04-07 16:21:12.000000000 +0200
++++ TECkit-2.5.1/source/Sample-tools/version_defs.h 2010-02-19 23:07:48.540313972 +0100
+@@ -7,7 +7,7 @@
+
+ // version_defs.h -- common pieces included in all the version resources
+
+-#include <Windows.h>
++#include <windows.h>
+
+ // version numbers that should be updated for each release
+ #define VER_FILEVERSION 2,5,1,0
+diff -ur TECkit-2.5.1.orig/source/version_defs.h TECkit-2.5.1/source/version_defs.h
+--- TECkit-2.5.1.orig/source/version_defs.h 2008-04-07 16:21:12.000000000 +0200
++++ TECkit-2.5.1/source/version_defs.h 2010-02-19 23:07:42.120470272 +0100
+@@ -7,7 +7,7 @@
+
+ // version_defs.h -- common pieces included in all the version resources
+
+-#include <Windows.h>
++#include <windows.h>
+
+ // version numbers that should be updated for each release
+ #define VER_FILEVERSION 2,5,1,0
diff --git a/Build/source/libs/teckit/TECkit-2.5.1/source/Engine.cpp b/Build/source/libs/teckit/TECkit-2.5.1/source/Engine.cpp
index 4d8eb837d59..8e779ddbb54 100644
--- a/Build/source/libs/teckit/TECkit-2.5.1/source/Engine.cpp
+++ b/Build/source/libs/teckit/TECkit-2.5.1/source/Engine.cpp
@@ -50,7 +50,7 @@ Description:
# define WIN32_LEAN_AND_MEAN
# define NOSERVICE
# define NOMCX
-# include <Windows.h>
+# include <windows.h>
BOOL WINAPI
DllMain(HINSTANCE /*hInst*/, DWORD /*wDataSeg*/, LPVOID /*lpReserved*/)
diff --git a/Build/source/libs/teckit/TECkit-2.5.1/source/Sample-tools/version_defs.h b/Build/source/libs/teckit/TECkit-2.5.1/source/Sample-tools/version_defs.h
index 6411d742803..b3b1e450df1 100644
--- a/Build/source/libs/teckit/TECkit-2.5.1/source/Sample-tools/version_defs.h
+++ b/Build/source/libs/teckit/TECkit-2.5.1/source/Sample-tools/version_defs.h
@@ -7,7 +7,7 @@ GNU Lesser General Public License, as specified in the LICENSING.txt file.
// version_defs.h -- common pieces included in all the version resources
-#include <Windows.h>
+#include <windows.h>
// version numbers that should be updated for each release
#define VER_FILEVERSION 2,5,1,0
diff --git a/Build/source/libs/teckit/TECkit-2.5.1/source/version_defs.h b/Build/source/libs/teckit/TECkit-2.5.1/source/version_defs.h
index 67218665425..da41a0b2af0 100644
--- a/Build/source/libs/teckit/TECkit-2.5.1/source/version_defs.h
+++ b/Build/source/libs/teckit/TECkit-2.5.1/source/version_defs.h
@@ -7,7 +7,7 @@ GNU Lesser General Public License, as specified in the LICENSING.txt file.
// version_defs.h -- common pieces included in all the version resources
-#include <Windows.h>
+#include <windows.h>
// version numbers that should be updated for each release
#define VER_FILEVERSION 2,5,1,0