* Sync to trunk HEAD (r53318).
[reactos.git] / base / system / subst / CMakeLists.txt
index 4319b5e..6b9c582 100644 (file)
@@ -1,9 +1,6 @@
 
-include_directories(.)
 set_rc_compiler()
 
-add_definitions(-D_DLL -D__USE_CRTIMP)
-
 add_executable(subst subst.c subst.rc)
 
 set_module_type(subst win32cui)