mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Initial commit.
This commit is contained in:
commit
d968c3e1b5
238 changed files with 86384 additions and 0 deletions
2
build_linux.sh
Normal file
2
build_linux.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
protoc -I./dll/ --cpp_out=./dll/ ./dll/*.proto
|
||||
clang++ -shared -fPIC -o libsteam_api.so dll/*.cpp dll/*.cc -g3 -Wno-return-type -fsanitize=address -lasan -lprotobuf-lite -std=c++11 && echo built
|
||||
Loading…
Add table
Add a link
Reference in a new issue