~ubuntu-branches/ubuntu/oneiric/inkscape/oneiric-updates

« back to all changes in this revision

Viewing changes to mingwenv.bat

  • Committer: Bazaar Package Importer
  • Author(s): Alex Valavanis
  • Date: 2010-09-12 19:44:58 UTC
  • mfrom: (1.1.12 upstream) (45.1.3 maverick)
  • Revision ID: james.westby@ubuntu.com-20100912194458-4sjwmbl7dlsrk5dc
Tags: 0.48.0-1ubuntu1
* Merge with Debian unstable (LP: #628048, LP: #401567, LP: #456248, 
  LP: #463602, LP: #591986)
* debian/control: 
  - Ubuntu maintainers
  - Promote python-lxml, python-numpy, python-uniconvertor to Recommends.
  - Demote pstoedit to Suggests (universe package).
  - Suggests ttf-dejavu instead of ttf-bitstream-vera (LP: #513319)
* debian/rules:
  - Run intltool-update on build (Ubuntu-specific).
  - Add translation domain to .desktop files (Ubuntu-specific).
* debian/dirs:
  - Add usr/share/pixmaps.  Allow inkscape.xpm installation
* drop 50-poppler-API.dpatch (now upstream)
* drop 51-paste-in-unwritable-directory.dpatch (now upstream) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
@echo Setting environment variables for MinGw build of Inkscape
2
 
set MINGW_BIN=c:\mingw\bin
3
 
set CMAKE_BIN=c:\cmake\bin
4
 
set GTK=c:/devlibs
5
 
set GTKDOS=c:\devlibs
6
 
set PKG_CONFIG_PATH=c:/devlibs/lib/pkgconfig
7
 
set DEVLIBS_PATH=c:/devlibs
8
 
set PATH=%MINGW_BIN%;%CMAKE_BIN%;%GTKDOS%\bin;%GTKDOS%\python;%PATH%
 
2
IF "%DEVLIBS_PATH%"=="" set DEVLIBS_PATH=c:\devlibs
 
3
IF "%MINGW_PATH%"=="" set MINGW_PATH=c:\mingw
 
4
set MINGW_BIN=%MINGW_PATH%\bin
 
5
set PKG_CONFIG_PATH=%DEVLIBS_PATH%\lib\pkgconfig
 
6
set PATH=%MINGW_BIN%;%PATH%;%DEVLIBS_PATH%\bin;%DEVLIBS_PATH%\python