aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-04-09 10:06:13 -0600
committerChia-I Wu <olv@lunarg.com>2015-04-16 17:48:17 +0800
commitb97b8af373c690cf581324da2feb89b31afa1c69 (patch)
tree0472a42deb2a24ee73b24e3eb75cc876591ce8c3
parent1bfe470640251581fe4dcb52c235d6495322db57 (diff)
downloadusermoji-b97b8af373c690cf581324da2feb89b31afa1c69.tar.xz
rename: more renaming
-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