4
4
mirror of https://github.com/H-uru/korman.git synced 2025-07-14 02:27:36 -04:00

Implement C korlib

NOTE: This is mostly a curiosity atm. There are many undiagnosed access
violations...
This commit is contained in:
2015-07-16 23:16:12 -04:00
parent 314b2fc0d6
commit 3e811f58c1
9 changed files with 589 additions and 0 deletions

View File

@ -153,6 +153,7 @@ Section "Files"
File "Files\HSPlasma.dll"
File "Files\PyHSPlasma.pyd"
File "Files\NxCooking.dll"
File "Files\_korlib.pyd"
WriteRegStr HKLM "Software\Korman" "" $INSTDIR
WriteUninstaller "$INSTDIR\korman_uninstall.exe"
@ -164,5 +165,6 @@ Section "Uninstall"
Delete "$INSTDIR\python\lib\site-packages\HSPlasma.dll"
Delete "$INSTDIR\python\lib\site-packages\PyHSPlasma.pyd"
Delete "$INSTDIR\python\lib\site-packages\NxCooking.dll"
Delete "$INSTDIR\python\lib\site-packages\_korlib.pyd"
DeleteRegKey /ifempty HKLM "Software\Korman"
SectionEnd