Skip to content

Commit 13759f2

Browse files
committed
Update project files for Visual Studio 2022.
1 parent ae296f7 commit 13759f2

File tree

13 files changed

+547
-987
lines changed

13 files changed

+547
-987
lines changed

Makefile.am

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ SUBDIRS = local_includes lib $(agrep_dirs) tests utils po m4
1010

1111
EXTRA_DIST = \
1212
LICENSE \
13-
win32/tre-config.h win32/config.h \
14-
win32/tre.vcproj \
13+
win32/tre-config.h
14+
win32/config.h \
15+
win32/tre.vcxproj \
1516
win32/tre.sln \
16-
win32/retest.vcproj \
17+
win32/retest.vcxproj \
1718
python/tre-python.c \
1819
python/setup.py \
1920
python/example.py

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ tests/agrep/Makefile
536536
tre.pc
537537
tre.spec
538538
utils/Makefile
539+
win32/config.h
539540
win32/tre-config.h
540541
])
541542
AC_OUTPUT

vcbuild/tre.vcxproj

Lines changed: 0 additions & 98 deletions
This file was deleted.

vcbuild/tre.vcxproj.filters

Lines changed: 0 additions & 89 deletions
This file was deleted.

win32/config.h

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
11
/* config.h for Windows. */
22

3-
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4-
systems. This function is required for `alloca.c' support on those systems.
5-
*/
6-
/* #undef CRAY_STACKSEG_END */
7-
8-
/* Define to 1 if using `alloca.c'. */
9-
/* #undef C_ALLOCA */
10-
113
/* Define to 1 if translation of program messages to the user's native
124
language is requested. */
135
/* #undef ENABLE_NLS */
146

15-
/* Define to 1 if you have `alloca', as a function or macro. */
16-
#define HAVE_ALLOCA 1
17-
18-
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
19-
*/
20-
/* #undef HAVE_ALLOCA_H */
21-
227
/* Define to 1 if you have <malloc.h> and it should be used. */
238
#define HAVE_MALLOC_H 1
249

@@ -27,22 +12,22 @@
2712
/* #undef HAVE_DCGETTEXT */
2813

2914
/* Define to 1 if you have the <dlfcn.h> header file. */
30-
#undef HAVE_DLFCN_H
15+
/* #undef HAVE_DLFCN_H */
3116

3217
/* Define to 1 if you have the <getopt.h> header file. */
33-
#define HAVE_GETOPT_H 1
18+
/* #undef HAVE_GETOPT_H */
3419

3520
/* Define to 1 if you have the `getopt_long' function. */
36-
#define HAVE_GETOPT_LONG 1
21+
/* #undef HAVE_GETOPT_LONG */
3722

3823
/* Define if the GNU gettext() function is already present or preinstalled. */
39-
#undef HAVE_GETTEXT
24+
/* #undef HAVE_GETTEXT */
4025

4126
/* Define if you have the iconv() function. */
42-
#undef HAVE_ICONV
27+
/* #undef HAVE_ICONV */
4328

4429
/* Define to 1 if you have the <inttypes.h> header file. */
45-
#undef HAVE_INTTYPES_H
30+
/* #undef HAVE_INTTYPES_H */
4631

4732
/* Define to 1 if you have the `isascii' function. */
4833
#define HAVE_ISASCII 1
@@ -69,12 +54,13 @@
6954
#define HAVE_MBTOWC 1
7055

7156
/* Define to 1 if you have the <memory.h> header file. */
72-
#undef HAVE_MEMORY_H
57+
/* #undef HAVE_MEMORY_H */
7358

7459
/* Define to 1 if you have the <regex.h> header file. */
75-
#undef HAVE_REGEX_H
76-
/* Define to 1 if the system has the type `reg_errcode_t'. */
77-
#undef HAVE_REG_ERRCODE_T
60+
/* #undef HAVE_REGEX_H */
61+
62+
/* Define to 1 if the system has the type `reg_errcode_t'. */
63+
/* #undef HAVE_REG_ERRCODE_T */
7864

7965
/* Define to 1 if you have the <stdint.h> header file. */
8066
#define HAVE_STDINT_H 1
@@ -95,7 +81,7 @@
9581
#define HAVE_SYS_TYPES_H 1
9682

9783
/* Define to 1 if you have the `towlower' function. */
98-
#undef HAVE_TOWLOWER
84+
/* #undef HAVE_TOWLOWER */
9985

10086
/* Define to 1 if you have the `towupper' function. */
10187
#define HAVE_TOWUPPER 1
@@ -158,6 +144,18 @@
158144
/* Define to include the system regex.h from TRE regex.h */
159145
/* #undef TRE_USE_SYSTEM_REGEX_H */
160146

147+
/* TRE version string. */
148+
#define TRE_VERSION "0.8.0"
149+
150+
/* TRE version level 1. */
151+
#define TRE_VERSION_1 0
152+
153+
/* TRE version level 2. */
154+
#define TRE_VERSION_2 8
155+
156+
/* TRE version level 3. */
157+
#define TRE_VERSION_3 0
158+
161159
/* Define to enable wide character (wchar_t) support. */
162160
#define TRE_WCHAR 1
163161

0 commit comments

Comments
 (0)