|
|
Microsoft OS/2 SDK 12-15-1987
# ------------ testprof.exe makefile Test Profile Sample Program # ------------ PROINC = ../ OS2INC = ../../include CFLAGS = -c -G2s -Zep -Od -DLINT_ARGS -DDEBUG -DPROFILE -I$(OS2INC) -I$(PROINC) AFLAGS = -Mx -t # ***** Rules .c.obj: cl $(CFLAGS) $*.c .asm.obj: masm $(AFLAGS) $*.asm; # ***** Dependencies testprof.obj: testprof.c $(PROINC)profile.h $(OS2INC)/doscalls.h # ***** LINK step testprof.exe: testprof.obj testprof.lrf testprof.def link @testprof.lrf
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.