initial commit
This commit is contained in:
14
libbuild.bat
Normal file
14
libbuild.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
|
||||
del oppai.dll >nul 2>&1
|
||||
del oppai.obj >nul 2>&1
|
||||
del oppai.exp >nul 2>&1
|
||||
echo compiling
|
||||
cl ^
|
||||
/c /O2 /nologo /Gm- /GR- /EHsc /W4 /Gz ^
|
||||
/D_CRT_SECURE_NO_WARNINGS=1 /DNOMINMAX=1 ^
|
||||
/DOPPAI_EXPORT /D_WINDLL /D_USRDLL ^
|
||||
oppai.c ^
|
||||
|| EXIT /B 1
|
||||
echo making dll
|
||||
link /OUT:oppai.dll /IMPLIB:oppai.lib /NOLOGO /DLL oppai.obj
|
Reference in New Issue
Block a user