Changeset 1710 for trunk/src/imagehlp
- Timestamp:
- Nov 12, 1999, 12:38:45 PM (26 years ago)
- Location:
- trunk/src/imagehlp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/imagehlp/imagehlp.cpp
r1012 r1710 1 /* $Id: imagehlp.cpp,v 1. 2 1999-09-23 09:38:04sandervl Exp $ */1 /* $Id: imagehlp.cpp,v 1.3 1999-11-12 11:38:39 sandervl Exp $ */ 2 2 /* 3 3 * IMAGEHLP library … … 8 8 9 9 #include <os2win.h> 10 #include < debugdefs.h>10 #include <odinwrap.h> 11 11 #include <imagehlp.h> 12 12 #include <heapstring.h> 13 #include "debugtools.h" 14 15 DEFAULT_DEBUG_CHANNEL(imagehlp) 16 13 14 ODINDEBUGCHANNEL(imagehlp) 17 15 18 16 /*********************************************************************** -
trunk/src/imagehlp/makefile
r1585 r1710 1 # $Id: makefile,v 1. 3 1999-11-03 23:28:04sandervl Exp $1 # $Id: makefile,v 1.4 1999-11-12 11:38:39 sandervl Exp $ 2 2 3 3 # … … 43 43 44 44 clean: 45 $(RM) *.obj *.lib *.dll * ~ *.map *.pch45 $(RM) *.obj *.lib *.dll *.map *.pch 46 46 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 47 47 $(RM) $(PDWIN32_LIB)\$(TARGET).lib
Note:
See TracChangeset
for help on using the changeset viewer.