mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
Finally let Wine package version depend of ReactOS version
svn path=/trunk/; revision=28870
This commit is contained in:
parent
256a24ca42
commit
0e970f97eb
|
@ -1,6 +1,8 @@
|
|||
/* include/config.h. Generated by configure. */
|
||||
/* include/config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
#include "reactos/buildno.h"
|
||||
|
||||
#define __WINE_CONFIG_H
|
||||
|
||||
/* Specifies the compiler flag that forces a short wchar_t */
|
||||
|
@ -878,14 +880,14 @@
|
|||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME "ReactOS"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "ReactOS 0.3.0"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "ReactOS"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.3.0"
|
||||
#define PACKAGE_VERSION KERNEL_VERSION_STR
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
|
||||
|
||||
/* Define to the soname of the libcapi20 library. */
|
||||
/* #undef SONAME_LIBCAPI20 */
|
||||
|
|
|
@ -59,7 +59,8 @@ WIDL_OBJECTS = \
|
|||
WIDL_HOST_CFLAGS = $(TOOLS_CFLAGS) \
|
||||
-DINT16=SHORT -D__USE_W32API -DYYDEBUG=1 -D__REACTOS__=1 \
|
||||
-I$(WIDL_BASE) -I$(WPP_BASE) \
|
||||
-Iinclude/reactos/wine -Iinclude/reactos -Iinclude -Iinclude/psdk
|
||||
-Iinclude/reactos/wine -Iinclude/reactos -Iinclude -Iinclude/psdk \
|
||||
-I$(INTERMEDIATE_)include
|
||||
|
||||
WIDL_HOST_LFLAGS = $(TOOLS_LFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue