Import from vendor drop
Added: trunk/reactos/lib/objsel/
Deleted: trunk/reactos/lib/objsel/Makefile.in
Added: trunk/reactos/lib/objsel/objsel.xml
_____
Copied: trunk/reactos/lib/objsel (from rev 17676,
vendor/wine/dlls/objsel/current)
Property changes on: trunk/reactos/lib/objsel
___________________________________________________________________
Name: svn:ignore
+ GNUmakefile
_____
Deleted: trunk/reactos/lib/objsel/Makefile.in
--- vendor/wine/dlls/objsel/current/Makefile.in 2005-09-05 21:44:11 UTC
(rev 17676)
+++ trunk/reactos/lib/objsel/Makefile.in 2005-09-05 21:47:21 UTC
(rev 17677)
@@ -1,18 +0,0 @@
-TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ../..
-SRCDIR = @srcdir@
-VPATH = @srcdir@
-MODULE = objsel.dll
-IMPORTS = ole32 oleaut32 user32 advapi32 kernel32
-EXTRALIBS = -lstrmiids -luuid $(LIBUNICODE)
-
-C_SRCS = \
- factory.c \
- objsel.c \
- regsvr.c
-
-RC_SRCS = objsel.rc
-
-@MAKE_DLL_RULES@
-
-### Dependencies:
_____
Added: trunk/reactos/lib/objsel/objsel.xml
--- vendor/wine/dlls/objsel/current/objsel.xml 2005-09-05 21:44:11 UTC
(rev 17676)
+++ trunk/reactos/lib/objsel/objsel.xml 2005-09-05 21:47:21 UTC (rev
17677)
@@ -0,0 +1,22 @@
+<module name="objsel" type="win32dll"
baseaddress="${BASEADDRESS_OBJSEL}" installbase="system32"
installname="objsel.dll">
+ <importlibrary definition="objsel.spec.def" />
+ <include base="objsel">.</include>
+ <include base="ReactOS">include/wine</include>
+ <define name="UNICODE" />
+ <define name="_UNICODE" />
+ <define name="__REACTOS__" />
+ <define name="__USE_W32API" />
+ <library>wine</library>
+ <library>uuid</library>
+ <library>ntdll</library>
+ <library>kernel32</library>
+ <library>advapi32</library>
+ <library>user32</library>
+ <library>ole32</library>
+ <library>ntdll</library>
+ <file>factory.c</file>
+ <file>objsel.c</file>
+ <file>regsvr.c</file>
+ <file>objsel.rc</file>
+ <file>objsel.spec</file>
+</module>
Show replies by date