Import and merge Wine-20041201 Added: trunk/reactos/lib/dinput8/ Added: trunk/reactos/lib/dinput8/Makefile Added: trunk/reactos/lib/dinput8/Makefile.ros-template Modified: trunk/reactos/lib/dinput8/version.rc _____
Copied: trunk/reactos/lib/dinput8 (from rev 12506, vendor/wine/dlls/dinput8/current) _____
Added: trunk/reactos/lib/dinput8/Makefile --- vendor/wine/dlls/dinput8/current/Makefile 2004-12-31 14:50:49 UTC (rev 12506) +++ trunk/reactos/lib/dinput8/Makefile 2004-12-31 14:52:07 UTC (rev 12507) @@ -0,0 +1,9 @@
+# $Id: makefile 11864 2004-11-29 00:15:23Z greatlrd $ + +PATH_TO_TOP = ../.. + +TARGET_TYPE = winedll + +include $(PATH_TO_TOP)/rules.mak + +include $(TOOLS_PATH)/helper.mk _____
Added: trunk/reactos/lib/dinput8/Makefile.ros-template --- vendor/wine/dlls/dinput8/current/Makefile.ros-template 2004-12-31 14:50:49 UTC (rev 12506) +++ trunk/reactos/lib/dinput8/Makefile.ros-template 2004-12-31 14:52:07 UTC (rev 12507) @@ -0,0 +1,30 @@
+# $Id: Makefile.ros-template 12241 2004-12-20 00:57:38Z greatlrd $ + +TARGET_NAME = dinput8 + +TARGET_BASE = $(TARGET_BASE_LIB_DINPUT8) + +TARGET_OBJECTS = @C_SRCS@ + +TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ + +TARGET_SDKLIBS = wine.a @IMPORTS@ ole32.a wine_uuid.a ntdll.a winmm.a dxguid.a + + + +TARGET_RC_SRCS = @RC_SRCS@ +TARGET_RC_BINSRC = @RC_BINSRC@ +TARGET_RC_BINARIES = @RC_BINARIES@ + +default: all + +authors.c: +ifeq ($(HOST),mingw32-linux) + echo 'const char * const SHELL_Authors[] = { "WINE team", "ReactOS team", 0 };' > authors.c +else + echo const char * const SHELL_Authors[] = { "WINE team", "ReactOS team", 0 }; > authors.c +endif + +DEP_OBJECTS = $(TARGET_OBJECTS) + +include $(TOOLS_PATH)/depend.mk _____
Modified: trunk/reactos/lib/dinput8/version.rc --- vendor/wine/dlls/dinput8/current/version.rc 2004-12-31 14:50:49 UTC (rev 12506) +++ trunk/reactos/lib/dinput8/version.rc 2004-12-31 14:52:07 UTC (rev 12507) @@ -22,5 +22,6 @@
#define WINE_FILEVERSION_STR "5.1.2600.881" #define WINE_PRODUCTVERSION 5,1,2600,881 #define WINE_PRODUCTVERSION_STR "5.1" +#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"