mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-15 20:53:51 +02:00
Add willdcard check in BfpFindFileData_CheckFilter
This commit is contained in:
parent
95bd231444
commit
debcf7eb6c
12 changed files with 81 additions and 16 deletions
|
@ -859,6 +859,7 @@
|
|||
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level1</WarningLevel>
|
||||
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level1</WarningLevel>
|
||||
</ClCompile>
|
||||
<ClCompile Include="third_party\putty\wildcard.c" />
|
||||
<ClCompile Include="util\AllocDebug.cpp" />
|
||||
<ClCompile Include="util\BeefPerf.cpp" />
|
||||
<ClCompile Include="util\BSpline.cpp" />
|
||||
|
@ -1025,6 +1026,7 @@
|
|||
<ClInclude Include="third_party\zlib\zconf.h" />
|
||||
<ClInclude Include="third_party\zlib\zlib.h" />
|
||||
<ClInclude Include="third_party\zlib\zutil.h" />
|
||||
<ClInclude Include="third_party\putty\wildcard.h" />
|
||||
<ClInclude Include="util\BeefPerf.h" />
|
||||
<ClInclude Include="util\BSpline.h" />
|
||||
<ClInclude Include="util\CabUtil.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue