|
|
1.1 root 1: !include <ntwin32.mak>
2:
3: all: ..\bin\drwtsn32.exe
4:
5: messages.h messages.rc msg00001.bin: messages.mc
6: mc -v messages.mc
7:
8: drwatson.rbj: messages.rc msg00001.bin drwatson.rc
9: rc -r -i .\include -fo drwatson.res drwatson.rc
10: cvtres -$(CPU) drwatson.res -o drwatson.rbj
11:
12: .c.obj:
13: $(cc) $(cdebug) $(cflags) $(cvars) $(scall) -I..\include -I.\include -D_PORTABLE_32BIT_CONTEXT $*.c
14:
1.1.1.2 ! root 15:
! 16: !if "$(CPU)" == "ALPHA"
1.1 root 17: ..\bin\drwtsn32.exe: drwatson.rbj \
18: controls.obj \
19: debug.obj \
20: error.obj \
21: eventlog.obj \
22: log.obj \
23: module.obj \
24: notify.obj \
1.1.1.2 ! root 25: optable.obj \
1.1 root 26: process.obj \
27: registry.obj \
28: symbols.obj \
29: ui.obj \
30: util.obj \
31: walk.obj \
32: regs.obj \
33: disasm.obj \
34: context.obj \
35: drwtsn32.obj \
36: browse.obj
1.1.1.2 ! root 37: !else
! 38: ..\bin\drwtsn32.exe: drwatson.rbj \
! 39: controls.obj \
! 40: debug.obj \
! 41: error.obj \
! 42: eventlog.obj \
! 43: log.obj \
! 44: module.obj \
! 45: notify.obj \
! 46: process.obj \
! 47: registry.obj \
! 48: symbols.obj \
! 49: ui.obj \
! 50: util.obj \
! 51: walk.obj \
! 52: regs.obj \
! 53: disasm.obj \
! 54: context.obj \
! 55: drwtsn32.obj \
! 56: browse.obj
! 57: !endif
! 58: $(link) $(linkdebug) $(conflags) -out:$@ $** $(guilibs) ..\lib\imagehlp.lib winmm.lib shell32.lib comdlg32.lib advapi32.lib
! 59:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.