mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-08-04 14:55:37 +02:00
Create windows lobby_connect debug build script.
Signed-off-by: redpolline <11156324-redpolline@users.noreply.gitlab.com>
This commit is contained in:
parent
92623f586d
commit
98488d6570
1 changed files with 12 additions and 0 deletions
12
build_win_debug_lobby_connect.bat
Normal file
12
build_win_debug_lobby_connect.bat
Normal file
|
@ -0,0 +1,12 @@
|
|||
@echo off
|
||||
cd /d "%~dp0"
|
||||
mkdir debug\lobby_connect
|
||||
del /Q debug\lobby_connect\*
|
||||
call build_set_protobuf_directories.bat
|
||||
setlocal
|
||||
"%PROTOC_X86_EXE%" -I.\dll\ --cpp_out=.\dll\ .\dll\net.proto
|
||||
call build_env_x86.bat
|
||||
cl dll/rtlgenrandom.c dll/rtlgenrandom.def
|
||||
cl /DNO_DISK_WRITES /DLOBBY_CONNECT /DEMU_RELEASE_BUILD /I%PROTOBUF_X86_DIRECTORY%\include\ lobby_connect.cpp dll/*.cpp dll/*.cc "%PROTOBUF_X86_LIBRARY%" Iphlpapi.lib Ws2_32.lib rtlgenrandom.lib Shell32.lib Comdlg32.lib /EHsc /MP12 /Ox /link /OUT:debug\lobby_connect\lobby_connect.exe
|
||||
copy Readme_lobby_connect.txt debug\lobby_connect\Readme.txt
|
||||
endlocal
|
Loading…
Add table
Reference in a new issue