Adding win_vmem.cpp to VC project files.
This commit is contained in:
parent
4458dac49a
commit
4e5053be20
|
@ -322,6 +322,7 @@
|
|||
<ClCompile Include="..\core\stdclass.cpp" />
|
||||
<ClCompile Include="..\core\webui\server.cpp" />
|
||||
<ClCompile Include="..\core\windows\winmain.cpp" />
|
||||
<ClCompile Include="..\core\windows\win_vmem.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\core\archive\7zArchive.h" />
|
||||
|
@ -998,4 +999,4 @@ for /f "delims=" %%i in ('date /T') do echo #define BUILD_DATE "%%i" >>$(P
|
|||
<ImportGroup Label="ExtensionTargets">
|
||||
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -129,6 +129,9 @@
|
|||
<ClCompile Include="..\core\windows\winmain.cpp">
|
||||
<Filter>windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\core\windows\win_vmem.cpp">
|
||||
<Filter>windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\core\profiler\profiler.cpp">
|
||||
<Filter>profiler</Filter>
|
||||
</ClCompile>
|
||||
|
@ -1397,4 +1400,4 @@
|
|||
<ItemGroup>
|
||||
<MASM Include="..\core\rec-x64\msvc.asm" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue