[Vm-dev] [commit][2959] Exclude platform-dependent code from SqueakFFIPrims on win32 .

commits at squeakvm.org commits at squeakvm.org
Sun Jun 8 19:17:37 UTC 2014


Revision: 2959
Author:   eliot
Date:     2014-06-08 12:17:36 -0700 (Sun, 08 Jun 2014)
Log Message:
-----------
Exclude platform-dependent code from SqueakFFIPrims on win32.

Added Paths:
-----------
    trunk/platforms/win32/plugins/SqueakFFIPrims/Makefile

Added: trunk/platforms/win32/plugins/SqueakFFIPrims/Makefile
===================================================================
--- trunk/platforms/win32/plugins/SqueakFFIPrims/Makefile	                        (rev 0)
+++ trunk/platforms/win32/plugins/SqueakFFIPrims/Makefile	2014-06-08 19:17:36 UTC (rev 2959)
@@ -0,0 +1,7 @@
+include ../../Makefile.plugin
+
+# On Cog we use the ThreadedFFIPlugin and need no platform-dependent code
+ifdef COGDEFS
+MAKERSRC:=$(MAKERDIR)/SqueakFFIPrims.c
+LIBSRC:= $(notdir $(MAKERSRC) $(CROSSSRC))
+endif



More information about the Vm-dev mailing list