Finally let Wine package version depend of ReactOS version

svn path=/trunk/; revision=28870
This commit is contained in:
Hervé Poussineau 2007-09-05 09:27:40 +00:00
parent 256a24ca42
commit 0e970f97eb
2 changed files with 8 additions and 5 deletions

View file

@ -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 */

View file

@ -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)