mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 03:27:12 +01:00
11 lines
362 B
Plaintext
11 lines
362 B
Plaintext
using msvc : 14.0 : :
|
|
<compileflags>"\"/AIC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\LIB\\store\\references\""
|
|
<linkflags>/appcontainer
|
|
<linkflags>/nodefaultlibs
|
|
<linkflags>WindowsApp.lib
|
|
<variant>release:<linkflags>vcruntime.lib
|
|
<variant>debug:<linkflags>vcruntimed.lib
|
|
<variant>release:<linkflags>ucrt.lib
|
|
<variant>debug:<linkflags>ucrtd.lib
|
|
;
|