- Timestamp:
- Sep 9, 1999, 1:33:18 PM (26 years ago)
- Location:
- trunk/src/shell32/new
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/new/makefile
r891 r892 1 # $Id: makefile,v 1. 6 1999-09-09 10:25:27phaller Exp $1 # $Id: makefile,v 1.7 1999-09-09 11:33:18 phaller Exp $ 2 2 3 3 # … … 27 27 shellguid.obj shelllink.obj shlmenu.obj shellole.obj \ 28 28 shellord.obj shellpath.obj shv_bg_cmenu.obj \ 29 shlfolder.obj shlview.obj shell.obj unknown.obj 29 shlfolder.obj shlview.obj shell.obj unknown.obj misc.obj 30 30 31 31 all: $(TARGET).dll $(TARGET).lib … … 71 71 shv_bg_cmenu.obj: shv_bg_cmenu.cpp 72 72 unknown.obj: unknown.cpp 73 misc.obj: misc.cpp 73 74 74 75 clean: -
trunk/src/shell32/new/shell32.def
r791 r892 1 ; $Id: shell32.def,v 1. 1 1999-09-02 11:59:13phaller Exp $1 ; $Id: shell32.def,v 1.2 1999-09-09 11:33:18 phaller Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 181 181 SHValidateUNC = _SHValidateUNC@12 @173 182 182 SHCreateShellFolderViewEx = _SHCreateShellFolderViewEx@8 @174 183 SHGetSpecialFolderPath = _SHGetSpecialFolderPath@16@175183 SHGetSpecialFolderPathA = _SHGetSpecialFolderPathA@16 @175 184 184 SHSetInstanceExplorer = _SHSetInstanceExplorer@4 @176 185 185 ; DAD_SetDragImageFromListView = _DAD_SetDragImageFromListView@? @177
Note:
See TracChangeset
for help on using the changeset viewer.