Changeset 1551 for trunk/src/shell32/makefile
- Timestamp:
- Nov 2, 1999, 8:17:16 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/shell32/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/makefile
r1547 r1551 1 # $Id: makefile,v 1.1 6 1999-11-02 19:08:17 sandervlExp $1 # $Id: makefile,v 1.17 1999-11-02 19:17:15 phaller Exp $ 2 2 3 3 # … … 32 32 shellord.obj shellpath.obj shv_bg_cmenu.obj \ 33 33 shlfolder.obj shlview.obj shell.obj unknown.obj misc.obj \ 34 she.obj sh.obj resource.obj 34 she.obj sh.obj resource.obj shpolicy.obj 35 35 36 36 all: $(TARGET).dll $(TARGET).lib … … 54 54 $(IMPDEF) $** $@ 55 55 56 resource.asm: shres.rc 56 resource.asm: shres.rc 57 57 $(RC) $(RCFLAGS) -o resource.asm shres.rc 58 58 … … 86 86 she.obj: she.cpp 87 87 sh.obj: sh.cpp 88 shpolicy.obj: shpolicy.cpp shpolicy.h 88 89 89 90 clean:
Note:
See TracChangeset
for help on using the changeset viewer.
