summaryrefslogtreecommitdiff
path: root/dac.cmake
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2015-01-30 14:14:42 -0800
committerdotnet-bot <dotnet-bot@microsoft.com>2015-01-30 14:14:42 -0800
commitef1e2ab328087c61a6878c1e84f4fc5d710aebce (patch)
treedee1bbb89e9d722e16b0d1485e3cdd1b6c8e2cfa /dac.cmake
downloadcoreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.tar.gz
coreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.tar.bz2
coreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.zip
Initial commit to populate CoreCLR repo
[tfs-changeset: 1407945]
Diffstat (limited to 'dac.cmake')
-rw-r--r--dac.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/dac.cmake b/dac.cmake
new file mode 100644
index 0000000000..90608c68ed
--- /dev/null
+++ b/dac.cmake
@@ -0,0 +1,8 @@
+# Contains the dac build specific definitions. Included by the leaf dac cmake files.
+
+remove_definitions(-DPROFILING_SUPPORTED)
+add_definitions(-DPROFILING_SUPPORTED_DATA)
+add_definitions(-DDACCESS_COMPILE)
+if(WIN32)
+ add_definitions(-MT)
+endif(WIN32) \ No newline at end of file