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