|
|
1.1 root 1: !include "..\..\..\mfc\samples\ntsample.mak"
2: ARRAY_CTT = ..\..\..\mfc\samples\templdef\array.ctt
3:
4: !ifdef PROFILE
5: CPROF = -Gh
6: LINKDEBUG = -debug:full -debugtype:both
7: !else
8: CPROF =
9: !endif
10:
11: .cpp.obj: ; $(CPP) $(CPPFLAGS) $(CPROF) -I ..\image\include /c $*.cpp
12:
13: OBJS = capview.obj tree.obj ranges.obj timer.obj dispobj.obj listwin.obj list.obj capview.res array_x.obj
14:
15: all: capview.exe capview.hlp
16:
17: capview.exe: $(OBJS)
18: $(LINK) $(GUIFLAGS) -out:capview.exe $(OBJS) cap.lib shell32.lib ..\image\lib\imagehlp.lib $(MFCLIB) $(GUILIBS)
19:
20: capview.res: resource.h capview.dlg capview.rc
21:
22: capview.obj: capview.cpp capview.h resource.h dispobj.h tree.h timer.h \
23: ranges.h listwin.h list.h types.h
24:
25: tree.obj: tree.cpp tree.h resource.h dispobj.h timer.h ranges.h types.h
26:
27: ranges.obj: ranges.cpp ranges.h types.h
28:
29: timer.obj: timer.cpp timer.h dispobj.h types.h
30:
31: dispobj.obj: dispobj.cpp dispobj.h types.h
32:
33: listwin.obj: listwin.cpp listwin.h list.h types.h
34:
35: list.obj: list.cpp list.h types.h
36:
37: capview.hlp: capview.hpj capview.rtf
38: hc -n capview.hpj
39:
40: array_x.obj: array_x.cpp array_x.h
41:
42: #
43: # The following is an example of MFC templdef usage.
44: # This step has already been performed on the version of
45: # array_x.cpp which ships with the Win32 SDK.
46: #
47: #array_x.cpp: $(ARRAY_CTT)
48: # templdef "CArray<AAA, AAA, 0, 0> CAaaArray" $(ARRAY_CTT) array_x.h array_x.cpp
49:
50: dispobj.h: array_x.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.