123456789101112131415 |
- #ifndef DIOSBOX_IMPL_CARM
- #ifdef _WIN64
- #ifdef _DEBUG
- #pragma comment(lib, "DiosBoxImplCArmX64D.lib")
- #else
- #pragma comment(lib, "DiosBoxImplCArmX64.lib")
- #endif
- #else
- #ifdef _DEBUG
- #pragma comment(lib, "DiosBoxImplCArmD.lib")
- #else
- #pragma comment(lib, "DiosBoxImplCArm.lib")
- #endif
- #endif
- #endif
|