mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-12 19:26:00 +02:00
MTRand
This commit is contained in:
parent
d9eca5ba5c
commit
2f89450493
5 changed files with 193 additions and 0 deletions
|
@ -737,6 +737,9 @@
|
|||
<ClCompile Include="third_party\putty\wildcard.c">
|
||||
<Filter>src\third_party\putty</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="util\MTRand.cpp">
|
||||
<Filter>src\util</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="Common.h">
|
||||
|
@ -1135,6 +1138,9 @@
|
|||
<ClInclude Include="util\MultiDictionary.h">
|
||||
<Filter>src\util</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="util\MTRand.h">
|
||||
<Filter>src\util</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="third_party\libffi\i686-pc-cygwin\src\x86\win32.asm">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue