1
0
mirror of synced 2024-11-23 22:40:57 +01:00

rename FFBPlugin.txt to FFBPluginReadme.txt

cos people never know its a readme lol
This commit is contained in:
Aaron M 2019-10-11 17:22:28 +13:00
parent 96c905bbcf
commit 6e9aab4634
4 changed files with 6 additions and 6 deletions

View File

@ -113,7 +113,7 @@
<ClInclude Include="IDirectInputDevice.h" />
</ItemGroup>
<ItemGroup>
<Text Include="Includes\FFBPlugin.txt" />
<Text Include="Includes\FFBPluginReadme.txt" />
</ItemGroup>
<ItemGroup>
<MASM Include="DLLWrapper.asm" />

View File

@ -241,10 +241,10 @@
<Filter>Common Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="Includes\FFBPlugin.txt" />
</ItemGroup>
<ItemGroup>
<MASM Include="DLLWrapper.asm" />
</ItemGroup>
<ItemGroup>
<Text Include="Includes\FFBPluginReadme.txt" />
</ItemGroup>
</Project>

View File

@ -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
del %1\FFBPluginReadme.txt