|
|
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993
!include <ntwin32.mak>
all: windiff.exe gutils.dll
# Update GUTILS.DLL
# Update the resources for GUTILS.DLL if necessary
OBJS = gutils.obj gbit.obj gmem.obj gdate.obj status.obj list.obj table.obj tprint.obj tpaint.obj tscroll.obj tree.obj utils.obj gutils.rbj
gutils.obj: gutils.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) $(scall) $*.c
gbit.obj: gbit.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) $(scall) $*.c
gmem.obj: gmem.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) $(scall) $*.c
gdate.obj: gdate.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) $(scall) $*.c
status.obj: status.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) $(scall) $*.c
table.obj: table.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) $(scall) $*.c
tprint.obj: tprint.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) $(scall) $*.c
tpaint.obj: tpaint.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) $(scall) $*.c
tscroll.obj: tscroll.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) $(scall) $*.c
list.obj: list.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) $(scall) $*.c
tree.obj: tree.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) $(scall) $*.c
utils.obj: utils.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) $(scall) $*.c
gutils.res: gutils.rc gutils.dlg gutilsrc.h horzline.cur vertline.cur
rc -r gutils.rc
gutils.rbj: gutils.res
cvtres -$(CPU) gutils.res -o gutils.rbj
gutils.lib: $(OBJS) gutils.def
$(implib) -machine:$(CPU) \
-def:gutils.def \
$(OBJS) \
-out:gutils.lib
gutils.dll: $(OBJS) gutils.def gutils.lib
$(link) $(linkdebug) \
-base:0x1c000000 \
-dll \
-entry:DllMain$(DLLENTRY) \
-out:gutils.dll \
gutils.exp $(OBJS) $(guilibsdll)
# Update WINDIFF.EXE
# Update the resources for WINDIFF.EXE if necessary
WINOBJS = windiff.obj \
bar.obj \
view.obj \
complist.obj \
scandir.obj \
compitem.obj \
section.obj \
line.obj \
file.obj
windiff.res: windiff.rc windiff.h windiff.ico windiff.dlg
rc -r windiff.rc
windiff.rbj: windiff.res
cvtres -$(CPU) windiff.res -o windiff.rbj
windiff.exe: $(WINOBJS) \
windiff.rbj \
gutils.lib
$(link) $(linkdebug) $(guiflags) -out:$*.exe $(WINOBJS) gutils.lib windiff.rbj $(guilibs)
.c.obj:
$(cc) $(cdebug) $(cflags) $(cvars) $(scall) $*.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.