initial
This commit is contained in:
12
compile.bat
Normal file
12
compile.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
cd /d %~dp0
|
||||
|
||||
set buildargs=-Wall -Werror -m32 -shared -Isrc -static -lpsapi -lshlwapi -static-libgcc -static-libstdc++
|
||||
|
||||
echo on
|
||||
g++ src/RedBlocklandLoader.cpp %buildargs% -o RedBlocklandLoader.dll
|
||||
@echo off
|
||||
|
||||
rem objdump -d RedBlocklandLoader.dll > RedBlocklandLoader.dll.dump.txt
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user