From a9da3ceafb976e30323ed5201a50274591a9c94f Mon Sep 17 00:00:00 2001 From: Brian Sullivan Date: Wed, 7 Dec 2016 14:54:55 -0800 Subject: [PATCH] Enable POGO build and link for CodegenMirror [tfs-changeset: 1640669] Commit migrated from https://github.com/dotnet/coreclr/commit/1e7a3ece5f580834921703438e8b68724d681c78 --- src/coreclr/src/jit/dll/jit.nativeproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/coreclr/src/jit/dll/jit.nativeproj b/src/coreclr/src/jit/dll/jit.nativeproj index 97981e7..7505f5e 100644 --- a/src/coreclr/src/jit/dll/jit.nativeproj +++ b/src/coreclr/src/jit/dll/jit.nativeproj @@ -37,9 +37,9 @@ - false - true - true + false + true + true $(Win32DllLibs);$(CrtLibPath)\pgort.lib $(Win32DllLibs);$(CrtLibPath)\pgort.lib;$(SdkLibPath)\ntdll.lib $(_BuildArch)\CLR\Base -- 2.7.4