mirror of
https://github.com/jmarshall23/Hellfire.git
synced 2026-08-16 16:20:29 +02:00
Initial commit.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user