[TRANSLATIONS] Update the email address and add a note in the Turkish translation...
[reactos.git] / base / applications / write / CMakeLists.txt
index 9437922..d0679a9 100644 (file)
@@ -1,11 +1,5 @@
 
-set_rc_compiler()
-
 add_executable(write write.c rsrc.rc)
 set_module_type(write win32gui UNICODE)
 add_importlibs(write user32 gdi32 msvcrt kernel32)
 add_cd_file(TARGET write DESTINATION reactos/system32 FOR all)
-
-if(NOT MSVC)
-    allow_warnings(write)
-endif()