summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorSung Yoon Whang <suwhang@microsoft.com>2019-02-12 11:53:39 -0800
committerGitHub <noreply@github.com>2019-02-12 11:53:39 -0800
commitc4007d88a0c556182f70d7714e5b55cca92331a0 (patch)
tree5c460f9cab3ea0d846847573b18cfa92cc282297 /build.cmd
parent6e35bf13deec46f20e5468e5345f412734a35ef8 (diff)
downloadcoreclr-c4007d88a0c556182f70d7714e5b55cca92331a0.tar.gz
coreclr-c4007d88a0c556182f70d7714e5b55cca92331a0.tar.bz2
coreclr-c4007d88a0c556182f70d7714e5b55cca92331a0.zip
Renaming RuntimeEventSource to NativeRuntimeEventSource (#22533)
* Renaming RuntimeEventSource to NativeRuntimeEventSource * missed a couple of comments and XPlatEventLogger * rename DotNETRuntimeEventSource.cs to NativeRuntimeEventSource.cs * use condition= instead of ifdef * removing ifdef from NativeRuntimeEventSource.cs * Fix case for 'eventing' directory in csproj * Fix unix builds * This should fix unix build...
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.cmd b/build.cmd
index b1e773139c..f5ff771a43 100644
--- a/build.cmd
+++ b/build.cmd
@@ -414,7 +414,7 @@ REM ===
REM =========================================================================================
set __IntermediatesIncDir=%__IntermediatesDir%\src\inc
-set __IntermediatesEventingDir=%__IntermediatesDir%\eventing
+set __IntermediatesEventingDir=%__IntermediatesDir%\Eventing
REM Find python and set it to the variable PYTHON
echo import sys; sys.stdout.write(sys.executable) | (py -3 || py -2 || python3 || python2 || python) > %TEMP%\pythonlocation.txt 2> NUL