[Vm-dev] [commit][2814] remove disabledPlugins.c from vm source files; remove src/ vm from include directories

commits at squeakvm.org commits at squeakvm.org
Mon Nov 18 23:19:10 UTC 2013


Revision: 2814
Author:   piumarta
Date:     2013-11-18 15:19:10 -0800 (Mon, 18 Nov 2013)
Log Message:
-----------
remove disabledPlugins.c from vm source files; remove src/vm from include directories

Modified Paths:
--------------
    trunk/platforms/unix/ChangeLog
    trunk/platforms/unix/vm/build.cmake

Modified: trunk/platforms/unix/ChangeLog
===================================================================
--- trunk/platforms/unix/ChangeLog	2013-11-18 23:17:09 UTC (rev 2813)
+++ trunk/platforms/unix/ChangeLog	2013-11-18 23:19:10 UTC (rev 2814)
@@ -1,5 +1,8 @@
 2013-11-18  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>
 
+	* vm/build.cmake: Remove disabledPlugins.c from list of source
+	files.  Remove ${src}/vm from include directories.
+
 	* cmake/Plugins.cmake: Remove handling of disabled plugins.
 	Create sqNamedPrims.h from plugins_int once configuration is
 	complete.  Copy interp.h from generated source into build dir.

Modified: trunk/platforms/unix/vm/build.cmake
===================================================================
--- trunk/platforms/unix/vm/build.cmake	2013-11-18 23:17:09 UTC (rev 2813)
+++ trunk/platforms/unix/vm/build.cmake	2013-11-18 23:19:10 UTC (rev 2814)
@@ -12,7 +12,6 @@
   ${cross}/vm/sqNamedPrims.c
   ${cross}/vm/sqVirtualMachine.c
   ${bld}/version.c
-  ${bld}/disabledPlugins.c
 )
 
 ADD_CUSTOM_COMMAND (
@@ -34,7 +33,7 @@
 
 INCLUDE_DIRECTORIES (
   ${bld}
-  ${src}/vm
+# ${src}/vm # files are now copied/generated in ${bld}
   ${unix}/vm
   ${cross}/vm
   ${unix}/plugins/B3DAcceleratorPlugin	# for sqUnixOpenGL.h



More information about the Vm-dev mailing list