Skip to content

Commit

Permalink
When using GTK 2.8, we need the cairo dlls, so add them to the instal…
Browse files Browse the repository at this point in the history
…l-gtk2-deps target

svn path=/trunk/; revision=17245
  • Loading branch information
Lars Roland authored and Lars Roland committed Feb 10, 2006
1 parent e8978fd commit db0a70d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,10 @@ install-gtk2-deps: install-required-deps
!IFDEF NEED_LIBPNG_DLL
xcopy $(GTK2_DIR)\bin\libpng13.dll . /d
!ENDIF
!IFDEF NEED_CAIRO_DLL
xcopy $(GTK2_DIR)\bin\libcairo-2.dll . /d
xcopy $(GTK2_DIR)\bin\libpangocairo-1.0-0.dll . /d
!ENDIF
!ENDIF

install-gtk1-deps: install-required-deps
Expand Down

0 comments on commit db0a70d

Please sign in to comment.