Convert MONO_MARSHAL_CONV_LPSTR_STR to mono_string_to_utf16 on windows.
[mono.git] / mono / metadata / CMakeLists.txt
index 1189be6cdd51b394ab77c53b51646753badd7fae..db58f9dd0827083441bd29dc46ed1df040343a36 100644 (file)
@@ -1,4 +1,4 @@
-if(PLATFORM_WIN32)
+if(HOST_WIN32)
 ###win32_sources = \
 ###    console-win32.c
 
@@ -33,7 +33,7 @@ set(unix_sources
 
 set(platform_sources ${unix_sources})
 
-endif(PLATFORM_WIN32)
+endif(HOST_WIN32)
 
 ###bin_PROGRAMS = pedump
 
@@ -158,6 +158,8 @@ set(libmonoruntime_la_SOURCES
        security-manager.h
        sgen-gc.c       
        sgen-gc.h       
+       sgen-archdep.h
+       sgen-scan-object.h
        string-icalls.c 
        string-icalls.h 
        sysmath.h