From 6e9aab46349326a144c3fa3a0308dc1a0172e52b Mon Sep 17 00:00:00 2001 From: Aaron M Date: Fri, 11 Oct 2019 17:22:28 +1300 Subject: [PATCH] rename FFBPlugin.txt to FFBPluginReadme.txt cos people never know its a readme lol --- Dinput8Wrapper.vcxproj | 2 +- Dinput8Wrapper.vcxproj.filters | 6 +++--- Includes/{FFBPlugin.txt => FFBPluginReadme.txt} | 0 Post-Build/copydlls.bat | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename Includes/{FFBPlugin.txt => FFBPluginReadme.txt} (100%) diff --git a/Dinput8Wrapper.vcxproj b/Dinput8Wrapper.vcxproj index 0ecab5a..adeedbc 100644 --- a/Dinput8Wrapper.vcxproj +++ b/Dinput8Wrapper.vcxproj @@ -113,7 +113,7 @@ - + diff --git a/Dinput8Wrapper.vcxproj.filters b/Dinput8Wrapper.vcxproj.filters index f8b06b8..94d1119 100644 --- a/Dinput8Wrapper.vcxproj.filters +++ b/Dinput8Wrapper.vcxproj.filters @@ -241,10 +241,10 @@ Common Header Files - - - + + + \ No newline at end of file diff --git a/Includes/FFBPlugin.txt b/Includes/FFBPluginReadme.txt similarity index 100% rename from Includes/FFBPlugin.txt rename to Includes/FFBPluginReadme.txt diff --git a/Post-Build/copydlls.bat b/Post-Build/copydlls.bat index fd4cc94..a1b3bc2 100644 --- a/Post-Build/copydlls.bat +++ b/Post-Build/copydlls.bat @@ -1,5 +1,5 @@ cd %1 %2 for /D /r %%d in (.) do @xcopy *.dll "%%d\" /y -for /D /r %%d in (.) do @xcopy FFBPlugin.txt "%%d\" /y +for /D /r %%d in (.) do @xcopy FFBPluginReadme.txt "%%d\" /y del %1\*.dll -del %1\FFBPlugin.txt \ No newline at end of file +del %1\FFBPluginReadme.txt \ No newline at end of file