1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00
Files
hl2sdk/vpc_scripts/platform_dirs.vpc
2025-02-19 18:39:00 -05:00

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]