mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-22 09:38:56 +08:00
一些起源游戏的 SDK 镜像,来自alliedmodders
15cfe39552
This is perhaps an issue spread over all the sdk branches. The detection of little endianess only ever works for gcc, there's nothing for msvc. From my short research, it seems msvc doesn't/never tell the preprocessor anything about the CPU brand. So instead we're going to assume if the CPU is a x86 or x86_64 processor it's most likely intel so i386-family, therefore little endian. Even if there's room for error, this is still marginally better than not having anything defined. |
||
---|---|---|
choreoobjects | ||
common | ||
devtools/bin | ||
game | ||
lib | ||
mathlib | ||
public | ||
tier1 | ||
utils | ||
vgui2/vgui_controls | ||
.hgignore | ||
AMBuildScript | ||
configure.py | ||
Everything_SDK-2005.sln | ||
Game_Episodic-2005.sln | ||
Game_HL2-2005.sln | ||
Game_HL2MP-2005.sln | ||
Game_Scratch-2005.sln | ||
notes.txt | ||
PackageScript |