43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/src/",
|
|
"${DIRECTX9_SDK_DIR}/Include",
|
|
"${PLUGIN_SDK_DIR}/plugin_sa",
|
|
"${PLUGIN_SDK_DIR}/plugin_sa/game_sa",
|
|
"${PLUGIN_SDK_DIR}/shared",
|
|
"${PLUGIN_SDK_DIR}/shared/game",
|
|
"E:/plugin-sdk-master/plugin_sa/game_sa",
|
|
"E:/plugin-sdk-master/shared"
|
|
],
|
|
"defines": [
|
|
"GTASA",
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"_CRT_SECURE_NO_WARNINGS",
|
|
"_CRT_NON_CONFORMING_SWPRINTFS;",
|
|
"GTASA;",
|
|
"GTAGAME_NAME=\"San Andreas\"",
|
|
"GTAGAME_ABBR=\"SA\"",
|
|
"GTAGAME_ABBRLOW=\"sa\"",
|
|
"GTAGAME_PROTAGONISTNAME=\"CJ\"",
|
|
"GTAGAME_CITYNAME=\"San Andreas\"",
|
|
"_LA_SUPPORT",
|
|
"_DX9_SDK_INSTALLED",
|
|
"PLUGIN_SGV_10US",
|
|
"_MBCS",
|
|
"IS_PLATFORM_WIN"
|
|
],
|
|
"windowsSdkVersion": "10.0.10240.0",
|
|
"compilerPath": "cl.exe",
|
|
"cStandard": "c99",
|
|
"cppStandard": "c++20",
|
|
"intelliSenseMode": "msvc-x86",
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |