summaryrefslogtreecommitdiff
path: root/src/gc/sample/GCSample.vcxproj
diff options
context:
space:
mode:
authorSean Gillespie <sean@swgillespie.me>2017-01-23 19:44:10 -0800
committerJan Kotas <jkotas@microsoft.com>2017-01-23 19:44:10 -0800
commitbbd32c484f2d00a566217e52bddb6960c2ec0b22 (patch)
tree2e993c5409feea679563ac18fd5f7600e1412642 /src/gc/sample/GCSample.vcxproj
parentd8b995b42714f4e83e0ee35a8ff481143cd62994 (diff)
downloadcoreclr-bbd32c484f2d00a566217e52bddb6960c2ec0b22.tar.gz
coreclr-bbd32c484f2d00a566217e52bddb6960c2ec0b22.tar.bz2
coreclr-bbd32c484f2d00a566217e52bddb6960c2ec0b22.zip
[Local GC] Provide an implementation of GCToOSInterface for Unix-like platforms (#8976)
* Add way to build with FEATURE_STANDALONE_GC from build.sh * Make CMake changes to build the GC 'PAL' as its own build target (to avoid -nostdinc). In addition, introduce a "GC PAL" that provides an implementation of GCToOSInterface on Unix-like platforms, for use with FEATURE_STANDALONE_GC.
Diffstat (limited to 'src/gc/sample/GCSample.vcxproj')
-rw-r--r--src/gc/sample/GCSample.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/sample/GCSample.vcxproj b/src/gc/sample/GCSample.vcxproj
index 1716f462ee..105e289c1a 100644
--- a/src/gc/sample/GCSample.vcxproj
+++ b/src/gc/sample/GCSample.vcxproj
@@ -87,7 +87,7 @@
<ClCompile Include="GCSample.cpp" />
<ClCompile Include="..\gccommon.cpp" />
<ClCompile Include="..\gceewks.cpp" />
- <ClCompile Include="..\gcenv.windows.cpp">
+ <ClCompile Include="..\windows\gcenv.windows.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\gcscan.cpp" />