Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
使用5月30号的文件
Browse files Browse the repository at this point in the history
  • Loading branch information
TYHH10 authored and TYHH10 committed Jul 9, 2024
1 parent 9740bb0 commit 1b79067
Show file tree
Hide file tree
Showing 341 changed files with 7,250 additions and 5,970 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cd alliedmodders
git clone --recursive https://github.com/alliedmodders/sourcemod --depth 1 -b 1.11-dev
git clone https://github.com/alliedmodders/hl2sdk --depth 1 -b sdk2013 hl2sdk-sdk2013
git clone https://github.com/rafradek/hl2sdk-tf2 --depth 1 -b tf2-fixcpudef hl2sdk-tf2
git clone https://github.com/TF2-DMB/hl2sdk-tf2.git --depth 1 hl2sdk-tf2
git clone https://github.com/alliedmodders/hl2sdk --depth 1 -b css hl2sdk-css
git clone https://github.com/alliedmodders/metamod-source --depth 1 -b 1.11-dev
popd
Expand All @@ -49,12 +49,8 @@ jobs:
run: |
pushd libs/udis86
./autogen.sh
./configure --enable-static=yes
make CFLAGS="-m32" LDFLAGS="-m32"
mv libudis86/.libs/libudis86.a ../libudis86.a
make clean
make CFLAGS="-fPIC"
mv libudis86/.libs/libudis86.a ../libudis86x64.a
./configure
make
popd
- name: Build Lua
Expand All @@ -66,10 +62,6 @@ jobs:
mv lua-* lua
cd lua
make MYCFLAGS='-m32' MYLDFLAGS='-m32'
mv src/liblua.a ../liblua.a
make clean
make MYCFLAGS='-fPIC'
mv src/liblua.a ../libluax64.a
popd
- name: Configure
Expand Down
13 changes: 1 addition & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,4 @@ MSVC/Report*.csv

libs/lua/
sigsegv-mvm.kdev4
libs/*.a
/.vs/sigsegv-mvm/FileContentIndex
/.vs/sigsegv-mvm/FileContentIndex/1aae6c45-a8e4-48d5-bfb8-1627d2a91567.vsidx
/.vs/sigsegv-mvm/FileContentIndex/34d12415-9551-4fd8-8534-f618e7e8078b.vsidx
/.vs/sigsegv-mvm/FileContentIndex/7211ab8d-d3d3-4dfc-9587-ed66e6b172b1.vsidx
/.vs/sigsegv-mvm/FileContentIndex/f1426dc7-5f90-450a-9175-ba84b1f66bae.vsidx
/.vs/sigsegv-mvm/v17
/.vs/sigsegv-mvm/v17/.wsuo
/.vs/sigsegv-mvm/v17/DocumentLayout.json
/.vs/sigsegv-mvm/v17/workspaceFileList.bin
/.vs/slnx.sqlite
/.vs/VSWorkspaceState.json
/.vs
8 changes: 4 additions & 4 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"HAVE_STDINT_H",
"HAVE_STRING_H",
"GNUC",
"PLATFORM_X86",
"FMT_HEADER_ONLY",
"LINUX",
"POSIX",
Expand All @@ -46,15 +47,14 @@
"T_HEADER_ONLY",
"_LINUX",
"VERSION_SAFE_STEAM_API_INTERFACES",
"LUAJIT_ENABLE_LUA52COMPAT",
"__cplusplus"
"LUAJIT_ENABLE_LUA52COMPAT"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++20",
"cppStandard": "c++20",
"intelliSenseMode": "linux-gcc-x86",
"compilerArgs": [
"-m64"
"-m32"
],
"forcedInclude": [
"${workspaceFolder}/src/common.h"
Expand Down
Loading

0 comments on commit 1b79067

Please sign in to comment.