Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / 0.61.09 / src / modules / mod_mng / mod_mng.nsh
1 Section "mod_mng" Sec_mod_mng
2   SetOutPath "$INSTDIR\lib\synfig\modules"
3   File /oname=mod_mng.dll "src\modules\mod_mng\.libs\libmod_mng.dll"
4   FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a
5   FileSeek $0 0 END
6   FileWrite $0 "mod_mng"
7   FileWriteByte $0 "13"
8   FileWriteByte $0 "10"
9   FileClose $0
10 SectionEnd
11