- Timestamp:
- Feb 15, 2002, 4:39:29 PM (24 years ago)
- Location:
- trunk/src/comctl32
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/makefile
r7815 r7921 1 # $Id: makefile,v 1.3 7 2002-02-06 17:23:20sandervl Exp $1 # $Id: makefile,v 1.38 2002-02-15 15:39:29 sandervl Exp $ 2 2 3 3 # … … 12 12 # 13 13 WRC_PREFIX_RESOURCE=1 14 15 !if "$(DEBUG)" == "1" 16 DEFFILE = comctl32dbg.def 17 ORGDEFFILE = comctl32.def 18 !endif 19 14 20 !include ../../makefile.inc 15 21 … … 48 54 $(OBJDIR)\ipaddress.obj \ 49 55 $(OBJDIR)\ccbase.obj \ 56 !if "$(DEBUG)" == "1" 57 $(OBJDIR)\dbgwrap.obj \ 58 !endif 50 59 $(OBJDIR)\rsrc.obj \ 51 60 $(OBJDIR)\smoothscroll.obj
Note:
See TracChangeset
for help on using the changeset viewer.