[commit][2804] Changes for new generated source organisation.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit][2804] Changes for new generated source organisation.

commits-3
 
Revision: 2804
Author:   piumarta
Date:     2013-11-11 19:28:11 -0800 (Mon, 11 Nov 2013)
Log Message:
-----------
Changes for new generated source organisation.

Modified Paths:
--------------
    trunk/platforms/unix/ChangeLog

Modified: trunk/platforms/unix/ChangeLog
===================================================================
--- trunk/platforms/unix/ChangeLog 2013-11-12 03:27:31 UTC (rev 2803)
+++ trunk/platforms/unix/ChangeLog 2013-11-12 03:28:11 UTC (rev 2804)
@@ -1,3 +1,24 @@
+2013-11-11  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>
+
+ * cmake/configure: Default generated source locations are next to
+ platforms, under platforms, or under platforms/unix.  Always
+ convert generated source path to absolute.  Pass default generated
+ source location to cmake via SRC.
+
+ * CMakeLists.txt: Set default generated source location from ${SRC}.
+
+ * cmake/PluginExternal.cmake, cmake/PluginInternal.cmake: Remove
+ src/vm/intplugins from source paths.
+
+ * cmake/Plugins.cmake: All (internal and external) generated
+ plugin source files are located under {src}/plugins.
+
+ * cmake/Plugins.cmake: Look for plugins.{int,ext,exc} in config
+ dir then in generated source dir.
+
+ * cmake/Plugins.cmake: Plugins listed in plugins.exc are removed
+ from plugins.int and plugins.ext.
+
 2013-10-20  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>
 
  * vm/sqUnixMain.c (ioExitWithErrorCode): Added.