[CMAKE]
[reactos.git] / gcc.cmake
index 40bb666..c56ac3d 100644 (file)
--- a/gcc.cmake
+++ b/gcc.cmake
@@ -157,4 +157,11 @@ set(IDL_TYPELIB_ARG -t -T) #.tlb
 set(IDL_SERVER_ARG -s -S) #.c for server library
 set(IDL_CLIENT_ARG -c -C) #.c for stub client library
 
-endif()
\ No newline at end of file
+macro(add_importlib_target _def_file)
+  # empty for now, while import libs are shipped
+endmacro()
+
+#pseh lib, needed with mingw
+set(PSEH_LIB "pseh")
+
+endif()