qmgr: Generate C file with local GUID definitions from bits.idl.
This commit is contained in:
parent
06ce44e9ce
commit
6ceb8e1f31
|
@ -381,6 +381,8 @@ dlls/psapi/tests/*.ok
|
|||
dlls/psapi/tests/psapi_crosstest.exe
|
||||
dlls/psapi/tests/testlist.c
|
||||
dlls/qcap/version.res
|
||||
dlls/qmgr/qmgr_local.h
|
||||
dlls/qmgr/qmgr_local_i.c
|
||||
dlls/qmgrprxy/qmgrprxy.h
|
||||
dlls/qmgrprxy/qmgrprxy_i.c
|
||||
dlls/qmgrprxy/qmgrprxy_p.c
|
||||
|
|
|
@ -9,6 +9,8 @@ EXTRALIBS =
|
|||
C_SRCS = \
|
||||
qmgr_main.c
|
||||
|
||||
IDL_I_SRCS = qmgr_local.idl
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
||||
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* Copyright (C) 2007 Google (Roy Shea)
|
||||
*
|
||||
* 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 "bits.idl"
|
Loading…
Reference in New Issue