Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-07-31 10:42:56 -0700 (Tue, 31 Jul 2007)
Revision: 11493
Log message:

      Merged the "SharedCLibrary" mechanism that I've added on the 0.9.8.x branch
     with Jason's DynamicCLibaray mechanism. The merged functionality still uses
     the SharedCLibrary name schema and is compatible with the 0.9.8.x branch,
     except that the *Copy and *Install functions will now take a keyword "version"
     argument (defaults to empty, which would cause the functions to only build the
     unversioned DLLs). The version argument will be ignored on Windows.
     
     Jason, could you please propagate this to child branches? Thanks!
     
     P.S. There were a number of things that appear broken  - possibly due to
     incomplete "jumbo-branch" propagation (for example, many configure test leave
     their temporary outputs around). I did not try to investigate those - it will
     probably be easier to fix them as "jumbo patches" land.

Changes  Path
+4 -4 omake-jumbo-branches/dll2/contrib/gtk/OMakefile
+53 -96 omake-jumbo-branches/dll2/lib/build/C.om
+0 -2 omake-jumbo-branches/dll2/lib/build/Common.om
+4 -4 omake-jumbo-branches/dll2/lib/build/Dll.om
Properties omake-jumbo-branches/dll2/test/dll/
Added omake-jumbo-branches/dll2/test/dll/Test1/
+2 -2 omake-jumbo-branches/dll2/test/dll/Test1/OMakefile
Added omake-jumbo-branches/dll2/test/dll/Test2/
+2 -2 omake-jumbo-branches/dll2/test/dll/Test2/OMakefile
Deleted omake-jumbo-branches/dll2/test/dll/callback/
Deleted omake-jumbo-branches/dll2/test/dll/simple/
Properties omake-jumbo-branches/dll2/test/keyword/
Deleted omake-jumbo-branches/dll2/test/keyword/result.log