Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-16 12:45:06 -0700 (Fri, 16 Jul 2004)
Revision: 443
Log message:
Visual C++ doesn't understand assembly files, so use the assembler
directly. Also, the assembly suffix on Win32 is .asm, not .s, so
we need the usual EXT_AS=.asm method.
It seems that the WaitForMultipleObjects function (it is like select),
can wait for a maximum of 64 handles. With mmc, the number of MetaPRL
directories is 69.
I believe I can do a workaround. The Win32 version of directory changes
allows watching for changes in subdirectories. So basically, we should
watch the MetaPRL directory for changes in all subdirectories. this
will take a little work.
Changes | Path |
+10 -4 | omake/OMakeroot.src.in |
+5 -0 | omake/src/clib/fam_win32.c |