Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-12-17 20:42:14 -0800 (Fri, 17 Dec 2004)
Revision: 712
Log message:

      1. Add an installer for Win32, so we distribute in the normal way,
         instead of by .zip file.
      2. Add a compatibility layer that probes for functions, so that we
         can use the same executable on all versions of Windows (NT/2000/XP).
      

Changes  Path
Properties omake
+2 -0 omake/.cvsignore
+3 -0 omake/Files
+464 -466 omake/Makefile.dep.nt
+11 -11 omake/Makefile.nt
Added omake/compat_win32.c
Properties omake/compat_win32.c
Added omake/compat_win32.h
Properties omake/compat_win32.h
+1 -1 omake/config.nt
Binary omake/omake.aip
Properties omake/omake.aip
+2 -18 omake/src/clib/fam_win32.c
+17 -14 omake/src/clib/omake_shell_sys.c
+2 -2 omake/src/ir/omake_node.ml
+9 -0 omake/src/ir/omake_state.ml
+1 -0 omake/src/ir/omake_state.mli
+5 -2 omake/src/shell/omake_shell_sys_win32.ml