mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Remove old shfolder in preparation for vendor import
svn path=/trunk/; revision=18353
This commit is contained in:
parent
b181f1cd75
commit
bb54f9a8ad
4 changed files with 0 additions and 26 deletions
|
@ -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:
|
|
@ -1,2 +0,0 @@
|
|||
@ stdcall SHGetFolderPathA(long long long long ptr) shell32.SHGetFolderPathA
|
||||
@ stdcall SHGetFolderPathW(long long long long ptr) shell32.SHGetFolderPathW
|
|
@ -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>
|
|
@ -1 +0,0 @@
|
|||
/* nothing here yet */
|
Loading…
Reference in a new issue