aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icd/nulldrv/CMakeLists.txt4
-rw-r--r--icd/nulldrv/VK_nulldrv.def (renamed from icd/nulldrv/XGL_nulldrv.def)0
2 files changed, 2 insertions, 2 deletions
diff --git a/icd/nulldrv/CMakeLists.txt b/icd/nulldrv/CMakeLists.txt
index 45a82b65..7b1e182b 100644
--- a/icd/nulldrv/CMakeLists.txt
+++ b/icd/nulldrv/CMakeLists.txt
@@ -26,8 +26,8 @@ target_include_directories(XGL_nulldrv PRIVATE ${include_dirs})
target_link_libraries(XGL_nulldrv ${libraries})
if (WIN32)
- # Add in the DLL "map" file for xglGetProcAddr()
+ # Add in the DLL "map" file for vkGetProcAddr()
set_target_properties(XGL_nulldrv PROPERTIES
- LINK_FLAGS "/DEF:${PROJECT_SOURCE_DIR}/icd/nulldrv/XGL_nulldrv.def")
+ LINK_FLAGS "/DEF:${PROJECT_SOURCE_DIR}/icd/nulldrv/VK_nulldrv.def")
endif()
diff --git a/icd/nulldrv/XGL_nulldrv.def b/icd/nulldrv/VK_nulldrv.def
index 792fe6dd..792fe6dd 100644
--- a/icd/nulldrv/XGL_nulldrv.def
+++ b/icd/nulldrv/VK_nulldrv.def