annotate src/vtk-4-native-no-gui.patch @ 3256:7fb479d0241c

Update build tools for native mingw * src/build-m4.mk: do nothing for native mingw build * Makefile.in: - add bison, m4 as natve mingw, and python as jit build requirements. - remove build-bison as a mingw build dependancy * index.html: Add msys-bison to mingw required packages and mention ghostscript and python.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 26 Sep 2013 21:18:39 -0400
parents 99516e73b368
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2120
diff changeset
1 # This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2333
diff changeset
2 # See index.html for further information.
2120
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
3
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
4 diff -r 26cf498f1dac Utilities/CMakeLists.txt
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
5 --- a/Utilities/CMakeLists.txt Tue Nov 22 18:02:40 2011 +1100
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
6 +++ b/Utilities/CMakeLists.txt Tue Nov 22 18:04:01 2011 +1100
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
7 @@ -68,10 +68,8 @@
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
8 VTK_THIRD_PARTY_SUBDIR(Cosmo Cosmo)
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
9 ENDIF(VTK_USE_PARALLEL)
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
10
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
11 -IF(VTK_USE_RENDERING)
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
12 - ADD_SUBDIRECTORY(ftgl)
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
13 - ADD_SUBDIRECTORY(ParseOGLExt)
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
14 -ENDIF(VTK_USE_RENDERING)
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
15 +ADD_SUBDIRECTORY(ftgl)
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
16 +ADD_SUBDIRECTORY(ParseOGLExt)
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
17
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
18 IF(NOT VTK_INSTALL_NO_DEVELOPMENT)
b50bbb325aa7 package vtk: disable gui components in native build
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
19 INSTALL(FILES