Blob Blame Raw
; The stuff to install
Section "lyr_freetype" Sec_lyr_freetype

;  SectionIn RO
  
  ; Set output path to the installation directory.
  SetOutPath "$INSTDIR\lib\synfig\modules"
  
  ; Put file there
  File /oname=lyr_freetype.dll "src\modules\lyr_freetype\.libs\liblyr_freetype.dll"


  FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a
  FileSeek $0 0 END
  FileWrite $0 "lyr_freetype"
  FileWriteByte $0 "13"
  FileWriteByte $0 "10"
  FileClose $0

SectionEnd