home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n04
/
wqa0495.exe
/
PHYSMEM.MS
< prev
next >
Wrap
Text File
|
1995-04-01
|
288b
|
16 lines
PROJNAME = physmem
OBJS = $(PROJNAME).OBJ getcr3.obj _getcr3.obj
$(PROJNAME).exe: $(OBJS)
link /ON:N /A:16 $(OBJS), $(PROJNAME), , \
LIBW.LIB LLIBCEW.LIB,$(PROJNAME).def
RC $(PROJNAME).exe
.c.obj:
CL /W3 /GAs /AL /O2 /G2 /c /Zi $<
.asm.obj:
ml /c /Zi $<