فهرست منبع

dummy file needed for MinGW builds

richarddobson 2 سال پیش
والد
کامیت
3eab29b6fa
2فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 5 0
      dev/externals/paprogs/paplay/cmakedummy.cpp
  2. 5 0
      dev/externals/paprogs/recsf/cmakedummy.cpp

+ 5 - 0
dev/externals/paprogs/paplay/cmakedummy.cpp

@@ -0,0 +1,5 @@
+/* crude hack source file to get MinGW to link cpp libraries (for ASIO support) */
+int dummy(void)
+{
+	return 0;
+}

+ 5 - 0
dev/externals/paprogs/recsf/cmakedummy.cpp

@@ -0,0 +1,5 @@
+/* crude hack source file to get MinGW to link cpp libraries (for ASIO support) */
+int dummy(void)
+{
+	return 0;
+}