Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-08-31 13:18:49 -0700 (Wed, 31 Aug 2005)
Revision: 1444
Log message:

      GTK is working again.
      

Changes  Path
+5 -5 omake-branches/omake_0_9_7_pre5/contrib/gtk/OMakefile
+46 -50 omake-branches/omake_0_9_7_pre5/contrib/gtk/dll.c
+2 -1 omake-branches/omake_0_9_7_pre5/contrib/gtk/dll.om
Added omake-branches/omake_0_9_7_pre5/contrib/gtk/test.om
Properties omake-branches/omake_0_9_7_pre5/contrib/gtk/test.om
+26 -18 omake-branches/omake_0_9_7_pre5/lib/parse/C/Dll.om
+73 -57 omake-branches/omake_0_9_7_pre5/src/build/omake_builtin_dll.ml
+80 -5 omake-branches/omake_0_9_7_pre5/src/clib/lm_dll.c
+1 -1 omake-branches/omake_0_9_7_pre5/src/clib/lm_dll_hooks.h
+6 -63 omake-branches/omake_0_9_7_pre5/src/env/omake_env.ml
+1 -11 omake-branches/omake_0_9_7_pre5/src/env/omake_env.mli
+1 -1 omake-branches/omake_0_9_7_pre5/src/env/omake_ir_ast.ml
+29 -32 omake-branches/omake_0_9_7_pre5/src/eval/omake_eval.ml
+2 -1 omake-branches/omake_0_9_7_pre5/src/ir/omake_symbol.ml
+1 -1 omake-branches/omake_0_9_7_pre5/src/ir/omake_virtual_id.ml
+6 -2 omake-branches/omake_0_9_7_pre5/src/libmojave/lm_dll.ml
+7 -1 omake-branches/omake_0_9_7_pre5/tests/dll/gtk/Test.om
+46 -46 omake-branches/omake_0_9_7_pre5/tests/dll/gtk/dll.c