Changeset 7904 for trunk/src/shell32/makefile
- Timestamp:
- Feb 14, 2002, 1:10:12 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/shell32/makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/makefile
r7397 r7904 1 # $Id: makefile,v 1.3 7 2001-11-19 12:34:04sandervl Exp $1 # $Id: makefile,v 1.38 2002-02-14 12:10:08 sandervl Exp $ 2 2 3 3 # … … 11 11 # Compiler, tools, and interference rules. 12 12 # 13 !if "$(DEBUG)" == "1" 14 DEFFILE = shell32dbg.def 15 ORGDEFFILE = shell32.def 16 !endif 17 13 18 WRC_PREFIX_RESOURCE=1 14 19 !include ../../makefile.inc … … 61 66 $(OBJDIR)\shpolicy.obj \ 62 67 $(OBJDIR)\systray.obj \ 68 !if "$(DEBUG)" == "1" 69 $(OBJDIR)\dbgwrap.obj \ 70 !endif 63 71 $(OBJDIR)\shres.obj 64 72
Note:
See TracChangeset
for help on using the changeset viewer.
