mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
This commit is contained in:
parent
407be7061d
commit
373d925bd9
2 changed files with 4 additions and 0 deletions
|
|
@ -174,6 +174,9 @@ Source: ".\Build\VSIP\FirebirdSql.Data.FirebirdClient.*"; DestDir: "{app}\Kernel
|
|||
; Icon
|
||||
Source: ".\source2\Cosmos.ico"; DestDir: "{app}"; Flags: ignoreversion uninsremovereadonly
|
||||
|
||||
; XSharp Source
|
||||
Source: ".\source2\Compiler\Cosmos.Compiler.DebugStub\*.xs"; DestDir: "{app}\XSharp\DebugStub\"; Flags: ignoreversion uninsremovereadonly
|
||||
|
||||
; VSIP stuff
|
||||
Source: ".\Build\VSIP\Cosmos.targets"; DestDir: "{pf32}\MSBuild\Cosmos"; Flags: ignoreversion uninsremovereadonly
|
||||
Source: ".\Build\VSIP\Cosmos.VS.Package.*"; DestDir: "{app}\Build\VSIP\"; Flags: ignoreversion uninsremovereadonly
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
</li>
|
||||
<li>Complete X# Port<ul>
|
||||
<li>Screen.XS - //while ESI[0] != 0 {</li>
|
||||
<li>DebugWaitMsg db "Waiting for debugger connection..." = 0 at end</li>
|
||||
<li>use includes for compiling nasm</li>
|
||||
</ul>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue