From 25faa9c112302e4ba5df48936493b4ba846b02a8 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 15 Dec 2015 05:06:39 -0800 Subject: Add src/jit/protojit [tfs-changeset: 1557767] --- src/jit/protojit/.gitmirror | 1 + src/jit/protojit/SOURCES | 10 ++++ src/jit/protojit/makefile | 7 +++ src/jit/protojit/protojit.def | 8 ++++ src/jit/protojit/protojit.nativeproj | 88 ++++++++++++++++++++++++++++++++++++ 5 files changed, 114 insertions(+) create mode 100644 src/jit/protojit/.gitmirror create mode 100644 src/jit/protojit/SOURCES create mode 100644 src/jit/protojit/makefile create mode 100644 src/jit/protojit/protojit.def create mode 100644 src/jit/protojit/protojit.nativeproj diff --git a/src/jit/protojit/.gitmirror b/src/jit/protojit/.gitmirror new file mode 100644 index 0000000000..f507630f94 --- /dev/null +++ b/src/jit/protojit/.gitmirror @@ -0,0 +1 @@ +Only contents of this folder, excluding subfolders, will be mirrored by the Git-TFS Mirror. \ No newline at end of file diff --git a/src/jit/protojit/SOURCES b/src/jit/protojit/SOURCES new file mode 100644 index 0000000000..5f46bf8aad --- /dev/null +++ b/src/jit/protojit/SOURCES @@ -0,0 +1,10 @@ + +# +# DO NOT EDIT THIS FILE!!! Modify the project file in this directory +# This file merely allows the MSBuild project file in this directory to be integrated with Build.Exe +# +TARGETTYPE=NOTARGET +CLR_TARGETTYPE=DLL +MSBuildProjectFile=protojit.nativeproj +SOURCES= + diff --git a/src/jit/protojit/makefile b/src/jit/protojit/makefile new file mode 100644 index 0000000000..84abb1cb0d --- /dev/null +++ b/src/jit/protojit/makefile @@ -0,0 +1,7 @@ + +# +# DO NOT EDIT THIS FILE!!! Modify the project file in this directory +# This file merely allows the MSBuild project file in this directory to be integrated with Build.Exe +# +!INCLUDE $(NTMAKEENV)\msbuild.def + \ No newline at end of file diff --git a/src/jit/protojit/protojit.def b/src/jit/protojit/protojit.def new file mode 100644 index 0000000000..ec1a3c7a75 --- /dev/null +++ b/src/jit/protojit/protojit.def @@ -0,0 +1,8 @@ +; ==++== +; +; Copyright (c) Microsoft Corporation. All rights reserved. +; +; ==--== +EXPORTS + getJit + sxsJitStartup \ No newline at end of file diff --git a/src/jit/protojit/protojit.nativeproj b/src/jit/protojit/protojit.nativeproj new file mode 100644 index 0000000000..3de0f0aeed --- /dev/null +++ b/src/jit/protojit/protojit.nativeproj @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + protojit + $(FeatureMergeJitAndEngine) + false + DYNLINK + $(BinariesDirectory)\protojit.dll + false + false + + + + _DllMainCRTStartup + windows + $(ClrCrtLib) + + + + $(OutputName).def + + $(ClDefines);ALT_JIT + $(ClDefines);FEATURE_SIMD;FEATURE_AVX_SUPPORT + + $(SdkLibPath)\kernel32.lib;$(SdkLibPath)\user32.lib;$(SdkLibPath)\advapi32.lib;$(SdkLibPath)\oleaut32.lib;$(SdkLibPath)\uuid.lib + $(Win32DllLibs);$(ClrLibPath)\utilcode.lib + + + + false + false + false + + + true + + $(ClDefines);LATE_DISASM=1 + $(LinkDelayLoad);msvcdis$(VC_NONCRT_ProdVerX).dll + true + + + + + + + + + + $(ClrSrcDirectory)gcinfo\lib\gcinfo.nativeproj + + + $(ClrSrcDirectory)delayimp\delayimp.nativeproj + + + $(ClrSrcDirectory)gcdump\lib\gcdump.nativeproj + + + + + + + + + -- cgit v1.2.3