From 3f13a04cda58b8cb6b3ae76ea663443611752a38 Mon Sep 17 00:00:00 2001 From: Jason Maskell Date: Thu, 12 May 2016 13:51:01 +0200 Subject: Project now compiles with Cmake. Modified FindDirectX to use the Windows SDK more, and added support for getting dxguid.lib --- src/Entrypoints.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Entrypoints.cpp') diff --git a/src/Entrypoints.cpp b/src/Entrypoints.cpp index ad94648..996fe55 100644 --- a/src/Entrypoints.cpp +++ b/src/Entrypoints.cpp @@ -431,8 +431,9 @@ const char* GFSDK_WAVEWORKS_CALL_CONV GFSDK_WaveWorks_GetBuildString() #elif defined(TARGET_PLATFORM_ANDROID) return "ANDROID_TEST"; // TIMT: TODO!!! -#else - extern const char* kNVWaveWorks_build_string; +#else + //TODO: Fix this build string thing. + const char* kNVWaveWorks_build_string = "FixBuildString!"; return kNVWaveWorks_build_string; #endif } -- cgit v1.2.3