2 попытка с helix.dll
This commit is contained in:
parent
f265eca24d
commit
ceb7075467
|
|
@ -5,6 +5,9 @@
|
|||
|
||||
ExecWait '"$INSTDIR\ExecHide.exe" "$INSTDIR\gacutil.exe" /u "PABCRtl32"'
|
||||
ExecWait '"$INSTDIR\ExecHide.exe" "$INSTDIR\gacutil.exe" /i "$INSTDIR\Lib\PABCRtl32.dll"'
|
||||
|
||||
ExecWait '"$INSTDIR\ExecHide.exe" "$INSTDIR\gacutil.exe" /u "HelixToolkit.Wpf"'
|
||||
ExecWait '"$INSTDIR\ExecHide.exe" "$INSTDIR\gacutil.exe" /i "$INSTDIR\Lib\HelixToolkit.Wpf.dll"'
|
||||
;\MikhailoMMX
|
||||
Delete "$INSTDIR\gacutil.exe"
|
||||
Delete "$INSTDIR\gacutil.exe.config"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@ uses
|
|||
PABCSystem, PABCExtensions, __RedirectIOMode, __RunMode, ABCButtons, ABCHouse, ABCObjects,
|
||||
ABCSprites, Colors, CRT, DMCollect, DMTaskMaker, DMZadan, Drawman,
|
||||
DrawManField, Events, FilesOperations, GraphABC,
|
||||
GraphABCHelper, IniFile, PointerTools, PointRect, PT4, PT4MakerNetX, Robot, RobotField,
|
||||
GraphABCHelper,
|
||||
Graph3D,
|
||||
IniFile, PointerTools, PointRect, PT4, PT4MakerNetX, Robot, RobotField,
|
||||
RobotTaskMaker, RobotZadan, Sockets, Utils, VCL, Timers, PT4Exam, PT4TaskMakerNET, RBDMUtils,
|
||||
Collections, Arrays, Core, FormsABC, MPI, ClientServer, OpenGL, Speech;
|
||||
|
||||
|
|
|
|||
|
|
@ -80,6 +80,7 @@
|
|||
File ..\bin\Lib\FilesOperations.pcu
|
||||
File ..\bin\Lib\FormsABC.pcu
|
||||
File ..\bin\Lib\GraphABC.pcu
|
||||
File ..\bin\Lib\Graph3D.pcu
|
||||
File ..\bin\Lib\GraphABCHelper.pcu
|
||||
File ..\bin\Lib\IniFile.pcu
|
||||
File ..\bin\Lib\PABCSystem.pcu
|
||||
|
|
@ -128,6 +129,7 @@
|
|||
${AddFile} "FormsABC.pcu"
|
||||
${AddFile} "GOLDParserEngine.pcu"
|
||||
${AddFile} "GraphABC.pcu"
|
||||
${AddFile} "Graph3D.pcu"
|
||||
${AddFile} "GraphABCHelper.pcu"
|
||||
${AddFile} "IniFile.pcu"
|
||||
${AddFile} "PABCSystem.pcu"
|
||||
|
|
@ -177,6 +179,7 @@
|
|||
File ..\bin\Lib\FilesOperations.pas
|
||||
File ..\bin\Lib\FormsABC.pas
|
||||
File ..\bin\Lib\GraphABC.pas
|
||||
File ..\bin\Lib\Graph3D.pas
|
||||
File ..\bin\Lib\GraphABCHelper.pas
|
||||
File ..\bin\Lib\IniFile.pas
|
||||
File ..\bin\Lib\PABCSystem.pas
|
||||
|
|
@ -224,6 +227,7 @@
|
|||
${AddFile} "FilesOperations.pas"
|
||||
${AddFile} "FormsABC.pas"
|
||||
${AddFile} "GraphABC.pas"
|
||||
${AddFile} "Graph3D.pas"
|
||||
${AddFile} "GraphABCHelper.pas"
|
||||
${AddFile} "IniFile.pas"
|
||||
${AddFile} "PABCSystem.pas"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue