From ef1e2ab328087c61a6878c1e84f4fc5d710aebce Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Fri, 30 Jan 2015 14:14:42 -0800 Subject: Initial commit to populate CoreCLR repo [tfs-changeset: 1407945] --- src/utilcode/staticnohost/.gitmirror | 1 + src/utilcode/staticnohost/CMakeLists.txt | 6 ++++++ src/utilcode/staticnohost/staticnohost.nativeproj | 15 +++++++++++++++ src/utilcode/staticnohost/staticnohost.targets | 15 +++++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 src/utilcode/staticnohost/.gitmirror create mode 100644 src/utilcode/staticnohost/CMakeLists.txt create mode 100644 src/utilcode/staticnohost/staticnohost.nativeproj create mode 100644 src/utilcode/staticnohost/staticnohost.targets (limited to 'src/utilcode/staticnohost') diff --git a/src/utilcode/staticnohost/.gitmirror b/src/utilcode/staticnohost/.gitmirror new file mode 100644 index 0000000000..f507630f94 --- /dev/null +++ b/src/utilcode/staticnohost/.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/utilcode/staticnohost/CMakeLists.txt b/src/utilcode/staticnohost/CMakeLists.txt new file mode 100644 index 0000000000..7dc8b9a3af --- /dev/null +++ b/src/utilcode/staticnohost/CMakeLists.txt @@ -0,0 +1,6 @@ +add_definitions(-DSELF_NO_HOST) +add_definitions(-D_CRTIMP=) # use static version of crt + +set(UTILCODE_SOURCES ${UTILCODE_SOURCES} ../hostimpl.cpp) + +add_library(utilcodestaticnohost STATIC ${UTILCODE_SOURCES}) diff --git a/src/utilcode/staticnohost/staticnohost.nativeproj b/src/utilcode/staticnohost/staticnohost.nativeproj new file mode 100644 index 0000000000..4ef47670f3 --- /dev/null +++ b/src/utilcode/staticnohost/staticnohost.nativeproj @@ -0,0 +1,15 @@ + + + + SAK + SAK + SAK + SAK + + + true + true + utilcodestaticnohost + + + diff --git a/src/utilcode/staticnohost/staticnohost.targets b/src/utilcode/staticnohost/staticnohost.targets new file mode 100644 index 0000000000..163090adeb --- /dev/null +++ b/src/utilcode/staticnohost/staticnohost.targets @@ -0,0 +1,15 @@ + + + + + + $(ClAdditionalOptions) -DSELF_NO_HOST -D_CRTIMP= + + + + + + + + + -- cgit v1.2.3