mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CMAKE]
Compile a dummy rossym library on MSVC svn path=/branches/cmake-bringup/; revision=50514
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
|
||||
if(NOT MSVC)
|
||||
if(MSVC)
|
||||
add_library(rossym dummy.c)
|
||||
else()
|
||||
add_definitions(-D_NTSYSTEM_)
|
||||
list(APPEND SOURCE
|
||||
delete.c
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/* This file is intentionally left empty */
|
||||
Reference in New Issue
Block a user