diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-03-05 22:44:33 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-03-05 22:44:33 +0000 |
| commit | 378a6384e55bdb8c5750c051fd91302f64d2b69a (patch) | |
| tree | d78d65188aeda19ebf39240d7272f1c6ec64ce6c /src/Makefile.am | |
| parent | Unordered containers build fix for Windows (diff) | |
| download | inkscape-378a6384e55bdb8c5750c051fd91302f64d2b69a.tar.gz inkscape-378a6384e55bdb8c5750c051fd91302f64d2b69a.zip | |
Patch from Fridrich - LP #520532
Fixed bugs:
- https://launchpad.net/bugs/520532
(bzr r9149)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 92e520e5b..ff5d20f49 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -88,7 +88,8 @@ CXXTEST_TESTSUITES = if PLATFORM_WIN32 win32_sources = winmain.cpp registrytool.cpp registrytool.h -win32ldflags = -lcomdlg32 +win32ldflags = -lcomdlg32 -lmscms +mwindows = -mwindows endif if INKJAR @@ -215,10 +216,11 @@ libinkscape_a_SOURCES = $(ink_common_sources) inkscape_SOURCES += main.cpp $(win32_sources) inkscape_LDADD = $(all_libs) -inkscape_LDFLAGS = --export-dynamic $(kdeldflags) +inkscape_LDFLAGS = --export-dynamic $(kdeldflags) $(mwindows) inkview_SOURCES += inkview.cpp $(win32_sources) inkview_LDADD = $(all_libs) +inkview_LDFLAGS = $(mwindows) # ################################################ # VERSION REPORTING |
