rename FFBPlugin.txt to FFBPluginReadme.txt
cos people never know its a readme lol
This commit is contained in:
parent
96c905bbcf
commit
6e9aab4634
@ -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" />
|
||||
|
@ -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>
|
@ -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
|
Loading…
Reference in New Issue
Block a user