Initial commit.

This commit is contained in:
Justin Marshall
2026-04-27 10:35:40 -07:00
commit 101266ab72
1002 changed files with 387407 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#include <win32.cs>
set extralib=storm.lib wsock32.lib
set linkopt=%linkopt% -base:0x17000000
!if exist %project%.snp del %project%.snp
!rename %project%.dll %project%.snp
!copy %project%.snp ..\..\bin > NUL:
!if %debug% copy %project%.snp ..\..\bin\debug > NUL:
!if exist *.bak del *.bak