gameux: Add a typelib resource.
This commit is contained in:
parent
69f58161b9
commit
092af1be37
|
@ -50,6 +50,7 @@ dlls/d3dcompiler_43/asmshader.yy.c
|
||||||
dlls/dispex/disp_ex.h
|
dlls/dispex/disp_ex.h
|
||||||
dlls/dispex/disp_ex_p.c
|
dlls/dispex/disp_ex_p.c
|
||||||
dlls/dxdiagn/fil_data.h
|
dlls/dxdiagn/fil_data.h
|
||||||
|
dlls/gameux/gameux_tlb.tlb
|
||||||
dlls/infosoft/infosoft.h
|
dlls/infosoft/infosoft.h
|
||||||
dlls/jscript/jsglobal.tlb
|
dlls/jscript/jsglobal.tlb
|
||||||
dlls/jscript/parser.tab.c
|
dlls/jscript/parser.tab.c
|
||||||
|
|
|
@ -9,6 +9,8 @@ C_SRCS = \
|
||||||
main.c \
|
main.c \
|
||||||
regsvr.c
|
regsvr.c
|
||||||
|
|
||||||
RC_SRCS = version.rc
|
IDL_TLB_SRCS = gameux_tlb.idl
|
||||||
|
|
||||||
|
RC_SRCS = rsrc.rc
|
||||||
|
|
||||||
@MAKE_DLL_RULES@
|
@MAKE_DLL_RULES@
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
/*
|
||||||
|
* Typelib for gameux
|
||||||
|
*
|
||||||
|
* Copyright 2010 Alexandre Julliard
|
||||||
|
*
|
||||||
|
* This library is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This library is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
|
* License along with this library; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "gameux.idl"
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Gameux library version resource
|
* Gameux library resources
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mariusz Pluciński
|
* Copyright (C) 2010 Mariusz Pluciński
|
||||||
*
|
*
|
||||||
|
@ -18,6 +18,9 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* @makedep: gameux_tlb.tlb */
|
||||||
|
1 TYPELIB gameux_tlb.tlb
|
||||||
|
|
||||||
#define WINE_FILEDESCRIPTION_STR "Wine Games Explorer"
|
#define WINE_FILEDESCRIPTION_STR "Wine Games Explorer"
|
||||||
#define WINE_FILENAME_STR "gameux.dll"
|
#define WINE_FILENAME_STR "gameux.dll"
|
||||||
#define WINE_FILEVERSION 6,1,7600,16385
|
#define WINE_FILEVERSION 6,1,7600,16385
|
|
@ -24,7 +24,7 @@ import "ocidl.idl";
|
||||||
import "shobjidl.idl";
|
import "shobjidl.idl";
|
||||||
|
|
||||||
[
|
[
|
||||||
uuid(1DE6CE3D-EA69-4671-941F-26F789F39C5B),
|
uuid(4F48A59C-942D-4F3C-83C9-4EFFE84E4959),
|
||||||
version(1.0),
|
version(1.0),
|
||||||
helpstring("gameux public 1.0 Type Library")
|
helpstring("gameux public 1.0 Type Library")
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue