Changeset 6568 for branches/mini/src/win32k/test/minihll.c
- Timestamp:
- Aug 20, 2001, 8:47:54 PM (24 years ago)
- File:
-
- 1 edited
-
branches/mini/src/win32k/test/minihll.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/mini/src/win32k/test/minihll.c
r6547 r6568 1 /* $Id: minihll.c,v 1.1.2. 4 2001-08-16 15:57:01bird Exp $1 /* $Id: minihll.c,v 1.1.2.5 2001-08-20 18:47:54 bird Exp $ 2 2 * 3 3 * Minimal 'High Level Language' executable. … … 7 7 * Project Odin Software License can be found in LICENSE.TXT 8 8 * 9 * 10 * Build this in a WATCOM Odin32 environment using wmake. 11 * wcc386, and wlink is required. 12 * SET DEBUG= 13 * mkdir bin 14 * mkdir bin\release.wac36 15 * 16 * For 276 bytes result which uses LIBCN: 17 * wmake -f minihll.mak -u -a LIBC=1 18 19 * For 286 bytes result which uses MSG.DosPutMessage: 20 * wmake -f minihll.mak -u -a 21 * 22 * Any attempt to compile in a VACxx environment will produce a exefile with a 23 * bad stack. Causing SYS0189. 9 24 */ 10 25
Note:
See TracChangeset
for help on using the changeset viewer.
