mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
$Macro PLATSUBDIR "\." [$WIN32]
|
|
$Macro PLATSUBDIR "\x64" [$WIN64]
|
|
$Macro PLATSUBDIR "\." [$X360]
|
|
$Macro PLATSUBDIR "\linux32" [$LINUX32]
|
|
$Macro PLATSUBDIR "\linux64" [$LINUX64]
|
|
$Macro PLATSUBDIR "\osx32" [$OSX32]
|