home *** CD-ROM | disk | FTP | other *** search
- #
- # Watcom makefile for MULTI [Win32]
- # Requires SEE32.DLL & SEE32.LIB
- #
- # To use: "wmake -f multi32._w_"
- #
-
- CCFLAGS = -w4 -zq -otexan -d2 -3s -bt=nt -mf -DWIN32
-
- multi.exe : multi.obj see32.lib
- wlink d all SYS nt op m op maxe=25 op q op symf @multi32.lnk
-
- multi.obj : multi.c
- wcc386 multi.c $(CCFLAGS)
-
-
-