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" />
|
<ClInclude Include="IDirectInputDevice.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Text Include="Includes\FFBPlugin.txt" />
|
<Text Include="Includes\FFBPluginReadme.txt" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<MASM Include="DLLWrapper.asm" />
|
<MASM Include="DLLWrapper.asm" />
|
||||||
|
@ -241,10 +241,10 @@
|
|||||||
<Filter>Common Header Files</Filter>
|
<Filter>Common Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<Text Include="Includes\FFBPlugin.txt" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<MASM Include="DLLWrapper.asm" />
|
<MASM Include="DLLWrapper.asm" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Text Include="Includes\FFBPluginReadme.txt" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@ -1,5 +1,5 @@
|
|||||||
cd %1 %2
|
cd %1 %2
|
||||||
for /D /r %%d in (.) do @xcopy *.dll "%%d\" /y
|
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\*.dll
|
||||||
del %1\FFBPlugin.txt
|
del %1\FFBPluginReadme.txt
|
Loading…
x
Reference in New Issue
Block a user