summaryrefslogtreecommitdiff
path: root/librsvg-zip.in
Commit message (Collapse)AuthorAgeFilesLines
* Pick headers and loader DLL from correct places into zip packageTor Lillqvist2010-12-271-5/+7
| | | | | | We install the loader DLL in gdk-pixbuf's tree. When zipping up the loader package, move it from there to be in our own install tree, and remove the unnecessary libtool archive and import library.
* Just run pkg-config as suchTor Lillqvist2010-04-021-1/+1
| | | | | The PKG_CONFIG environment variable was a relic from my old build environment.
* Package rsvg-convert.exe instead of the now nonexistent rsvg.exe.Tor Lillqvist2008-05-201-2/+2
| | | | | | | | | | 2008-05-20 Tor Lillqvist <tml@novell.com> * librsvg-zip.in: Package rsvg-convert.exe instead of the now nonexistent rsvg.exe. svn path=/trunk/; revision=1164
* DLLs are always in "bin" nowadays, no need to ponder that in the script.Tor Lillqvist2006-11-091-10/+5
| | | | | | | | | 2006-11-09 Tor Lillqvist <tml@novell.com> * librsvg-zip.in: DLLs are always in "bin" nowadays, no need to ponder that in the script. Use pkg-config to find out gtk_binary_version to use it in the pathnames to the engine and loader DLLs.
* Get CFLAGS and LIBS also for fontconfig and freetype. Don't useTor Lillqvist2005-06-141-2/+4
| | | | | | | | | | | | | | | | | 2005-06-14 Tor Lillqvist <tml@novell.com> * configure.in: Get CFLAGS and LIBS also for fontconfig and freetype. Don't use -Wsign-promo, gcc 3.4 says that's only for C++ and Objective-C. * Makefile.am (INCLUDES): Use LIBRSVG_DATADIR instead of just DATADIR as that clashes with some Windows header that gets dragged in into some compilations. (Not that any of the source files refer to DATADIR.) (librsvg_2_la_LIBADD): Link with freetype libs. * librsvg-zip.in: Distribute also rsvg-view.exe and rsvg.exe. Get the engine and loader DLLs from correct places.
* New file.Tor Lillqvist2003-09-211-0/+39
2003-09-21 Tor Lillqvist <tml@iki.fi> * librsvg-zip.in: New file. * configure.in: Expand librsvg-zip. * Makefile.am: Distribute librsvg-zip.in.