Changeset 183 for trunk/src/shell32/makefile
- Timestamp:
- Jun 24, 1999, 9:27:49 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/shell32/makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/makefile
r169 r183 1 # $Id: makefile,v 1. 6 1999-06-23 22:19:05phaller Exp $1 # $Id: makefile,v 1.7 1999-06-24 19:27:48 phaller Exp $ 2 2 3 3 # … … 21 21 TARGET = shell32 22 22 23 OBJS = shell32.obj sh.obj she.obj drag.obj initterm.obj misc.obj ordinal.obj unknown.obj 23 OBJS = shell32.obj sh.obj she.obj drag.obj initterm.obj \ 24 misc.obj ordinal.obj unknown.obj path.obj 24 25 25 26 all: $(TARGET).dll $(TARGET).lib … … 53 54 unknown.obj: unknown.cpp shell32.h 54 55 56 path.obj: path.cpp shell32.h 57 55 58 initterm.obj: initterm.cpp 56 59
Note:
See TracChangeset
for help on using the changeset viewer.
