瀏覽代碼

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;
+}