From d61c455a4775f966b44cc47804b9e0f160d3d332 Mon Sep 17 00:00:00 2001 From: bgaldrikian Date: Tue, 10 Nov 2020 20:53:31 -0800 Subject: Merge request #17 PhysX4 compatibility Other changes for linux and UE4CrossCompileLinux, and all packaging to work --- test/src/unit/APITests.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'test/src/unit/APITests.cpp') diff --git a/test/src/unit/APITests.cpp b/test/src/unit/APITests.cpp index 44f79be..ee00bb2 100755 --- a/test/src/unit/APITests.cpp +++ b/test/src/unit/APITests.cpp @@ -1609,25 +1609,9 @@ TEST_F(APITest,CExportsNoNameMangling) // #if NV_WIN32 -#if NV_DEBUG - const char* dllName = "NvBlastDebug_x86.dll"; -#elif NV_CHECKED - const char* dllName = "NvBlastChecked_x86.dll"; -#elif NV_PROFILE - const char* dllName = "NvBlastProfile_x86.dll"; -#else const char* dllName = "NvBlast_x86.dll"; -#endif #elif NV_WIN64 -#if NV_DEBUG - const char* dllName = "NvBlastDebug_x64.dll"; -#elif NV_CHECKED - const char* dllName = "NvBlastChecked_x64.dll"; -#elif NV_PROFILE - const char* dllName = "NvBlastProfile_x64.dll"; -#else const char* dllName = "NvBlast_x64.dll"; -#endif #endif HMODULE dllHandle = LoadLibrary(TEXT(dllName)); -- cgit v1.2.3