Remove old shfolder in preparation for vendor import

svn path=/trunk/; revision=18353
This commit is contained in:
Gé van Geldorp 2005-10-08 19:20:41 +00:00
parent b181f1cd75
commit bb54f9a8ad
4 changed files with 0 additions and 26 deletions

View file

@ -1,13 +0,0 @@
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = shfolder.dll
IMPORTLIB = libshfolder.$(IMPLIBEXT)
IMPORTS = shell32 kernel32
C_SRCS = shfolder_main.c
@MAKE_DLL_RULES@
### Dependencies:

View file

@ -1,2 +0,0 @@
@ stdcall SHGetFolderPathA(long long long long ptr) shell32.SHGetFolderPathA
@ stdcall SHGetFolderPathW(long long long long ptr) shell32.SHGetFolderPathW

View file

@ -1,10 +0,0 @@
<module name="shfolder" type="win32dll" baseaddress="${BASEADDRESS_SHFOLDER}" installbase="system32" installname="shfolder.dll">
<importlibrary definition="shfolder.spec.def" />
<include base="shfolder">.</include>
<include base="shfolder">include</include>
<define name="__REACTOS__" />
<define name="__USE_W32API" />
<library>shell32</library>
<file>shfolder_main.c</file>
<file>shfolder.spec</file>
</module>

View file

@ -1 +0,0 @@
/* nothing here yet */