home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-05-22 | 329 b | 13 lines |
- !include <ntwin32.mak>
-
- all: ttest1.exe
-
- ttest1.res: ttest1.rc
- rc -r ttest1.rc
-
- ttest1.obj: ttest1.c
- cl -c -Od -Gs -G3 -Zi -W3 -DSTRICT -DWIN32 -D_X86_ ttest1.c
-
- ttest1.exe: ttest1.res ttest1.obj
- link -subsystem:windows,4.0 -debug:full -debugtype:cv -machine:IX86 ttest1.res ttest1.obj $(guilibs) tapi32.lib
-