[Omake] SVN Commit: OMake Build System (Rev. 10815)

Jason J. Hickey jyh at cs.caltech.edu
Fri May 25 11:03:13 PDT 2007


Various minor changes, mainly adding a few stubs.

----
Changes:
    +16 -7	omake-jumbo-branches/dll-fuse/lib/parse/C/Dll.om
    +38 -1	omake-jumbo-branches/dll-fuse/lib/parse/C/Parse.om
    +36 -19	omake-jumbo-branches/dll-fuse/src/builtin/omake_builtin_base.ml
    +30 -2	omake-jumbo-branches/dll-fuse/tests/dll/gtk/OMakefile
    +0 -38	omake-jumbo-branches/dll-fuse/tests/dll/gtk/gtk/Gtk.om
    +33 -60	omake-jumbo-branches/dll-fuse/tests/dll/gtk/gtk/GtkConst.om
    +1 -1	omake-jumbo-branches/dll-fuse/tests/dll/gtk/gtk_lib.c
    +9 -9	omake-jumbo-branches/dll-fuse/tests/dll/gtk/gtk_post.ml
    +2 -2	omake-jumbo-branches/dll-fuse/tests/dll/gtk/gtk_post.om
    +6 -6	omake-jumbo-branches/dll-fuse/tests/dll/gtk/main.ml
    +3 -3	omake-jumbo-branches/dll-fuse/tests/dll/gtk/main.om
    +0 -25	omake-jumbo-branches/dll-fuse/tests/dll/gtk/values.export
    +2 -0	omake-jumbo-branches/dll-odbc/lib/Pervasives.om
    +15 -7	omake-jumbo-branches/dll-odbc/lib/parse/C/Dll.om
    +29 -1	omake-jumbo-branches/dll-odbc/lib/parse/C/Parse.om
    +1 -1	omake-jumbo-branches/dll-odbc/src/Makefile
    +1 -1	omake-jumbo-branches/dll-odbc/src/Makefile.nt
    +57 -21	omake-jumbo-branches/dll-odbc/src/builtin/omake_builtin_base.ml
    +7 -2	omake-jumbo-branches/dll-odbc/src/builtin/omake_builtin_dll.ml
    +28 -3	omake-jumbo-branches/dll-odbc/src/builtin/omake_builtin_file.ml
    +62 -1	omake-jumbo-branches/dll-odbc/src/builtin/omake_builtin_object.ml
    +4 -0	omake-jumbo-branches/dll-odbc/src/ir/omake_node.ml
    +4 -0	omake-jumbo-branches/dll-odbc/src/ir/omake_node_sig.ml
    +30 -2	omake-jumbo-branches/dll-odbc/tests/dll/gtk/OMakefile
    +102 -105	omake-jumbo-branches/dll-odbc/tests/dll/gtk/gtk/Gtk.om
    +51 -66	omake-jumbo-branches/dll-odbc/tests/dll/gtk/gtk/GtkConst.om
    +1 -1	omake-jumbo-branches/dll-odbc/tests/dll/gtk/gtk_lib.c
    +9 -9	omake-jumbo-branches/dll-odbc/tests/dll/gtk/gtk_post.ml
    +2 -2	omake-jumbo-branches/dll-odbc/tests/dll/gtk/gtk_post.om
    +33 -15	omake-jumbo-branches/dll-odbc/tests/dll/gtk/gtk_template_info.om
    +1 -0	omake-jumbo-branches/dll-odbc/tests/dll/gtk/gtk_types.h
    +6 -6	omake-jumbo-branches/dll-odbc/tests/dll/gtk/main.ml
    +3 -3	omake-jumbo-branches/dll-odbc/tests/dll/gtk/main.om
    +2 -1	omake-jumbo-branches/dll-odbc/tests/dll/gtk/structs.export
    +0 -25	omake-jumbo-branches/dll-odbc/tests/dll/gtk/values.export
    +28 -2	omake-jumbo-branches/dll-odbc/tests/dll/odbc/OMakefile
    +0 -1718	omake-jumbo-branches/dll-odbc/tests/dll/odbc/main.om
    +1 -1	omake-jumbo-branches/dll-odbc/tests/dll/odbc/odbc_lib.c
    +1733 -0	omake-jumbo-branches/dll-odbc/tests/dll/odbc/odbc_post.om
    +1 -1	omake-jumbo-branches/dll-odbc/tests/dll/odbc/odbc_types.h
    +0 -2	omake-jumbo-branches/dll-syntax/lib/Pervasives.om
    +16 -7	omake-jumbo-branches/dll-syntax/lib/parse/C/Dll.om
    +38 -1	omake-jumbo-branches/dll-syntax/lib/parse/C/Parse.om
    +1 -1	omake-jumbo-branches/dll-syntax/src/Makefile
    +1 -1	omake-jumbo-branches/dll-syntax/src/Makefile.nt
    +36 -19	omake-jumbo-branches/dll-syntax/src/builtin/omake_builtin_base.ml
    +30 -2	omake-jumbo-branches/dll-syntax/tests/dll/gtk/OMakefile
    +0 -38	omake-jumbo-branches/dll-syntax/tests/dll/gtk/gtk/Gtk.om
    +33 -60	omake-jumbo-branches/dll-syntax/tests/dll/gtk/gtk/GtkConst.om
    +1 -1	omake-jumbo-branches/dll-syntax/tests/dll/gtk/gtk_lib.c
    +9 -9	omake-jumbo-branches/dll-syntax/tests/dll/gtk/gtk_post.ml
    +2 -2	omake-jumbo-branches/dll-syntax/tests/dll/gtk/gtk_post.om
    +6 -6	omake-jumbo-branches/dll-syntax/tests/dll/gtk/main.ml
    +3 -3	omake-jumbo-branches/dll-syntax/tests/dll/gtk/main.om
    +0 -25	omake-jumbo-branches/dll-syntax/tests/dll/gtk/values.export
    +0 -2	omake-jumbo-branches/dll2/lib/Pervasives.om
    +292 -58	omake-jumbo-branches/dll2/lib/parse/C/Dll.om
    +67 -3	omake-jumbo-branches/dll2/lib/parse/C/Parse.om
    +1 -1	omake-jumbo-branches/dll2/src/Makefile
    +1 -1	omake-jumbo-branches/dll2/src/Makefile.nt
    +36 -19	omake-jumbo-branches/dll2/src/builtin/omake_builtin_base.ml
    +30 -2	omake-jumbo-branches/dll2/tests/dll/gtk/OMakefile
    +0 -38	omake-jumbo-branches/dll2/tests/dll/gtk/gtk/Gtk.om
    +33 -60	omake-jumbo-branches/dll2/tests/dll/gtk/gtk/GtkConst.om
    +1 -1	omake-jumbo-branches/dll2/tests/dll/gtk/gtk_lib.c
    +9 -9	omake-jumbo-branches/dll2/tests/dll/gtk/gtk_post.ml
    +2 -2	omake-jumbo-branches/dll2/tests/dll/gtk/gtk_post.om
    +6 -6	omake-jumbo-branches/dll2/tests/dll/gtk/main.ml
    +3 -3	omake-jumbo-branches/dll2/tests/dll/gtk/main.om
    +0 -25	omake-jumbo-branches/dll2/tests/dll/gtk/values.export
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-05.html#07/05/25.11:03:13



More information about the OMake-CVS mailing list