Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5d2b8e77
Commit
5d2b8e77
authored
Apr 08, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Define WINE_CROSSTEST when building crosstests, and disable use of…
configure: Define WINE_CROSSTEST when building crosstests, and disable use of config.h in that case.
parent
6468fa55
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
Make.rules.in
Make.rules.in
+1
-1
configure.ac
configure.ac
+3
-1
config.h.in
include/config.h.in
+3
-0
No files found.
Make.rules.in
View file @
5d2b8e77
...
...
@@ -143,7 +143,7 @@ filter: dummy
$(CC) -c $(ALLCFLAGS) -o $@ $<
.c.cross.o:
$(CROSSCC) -c $(INCLUDES) $(DEFS) $(CPPFLAGS) $(CFLAGS) -o $@ $<
$(CROSSCC) -c $(INCLUDES) $(DEFS)
-DWINE_CROSSTEST
$(CPPFLAGS) $(CFLAGS) -o $@ $<
.y.tab.c:
$(BISON) $(BISONFLAGS) -p $*_ -o $@ $<
...
...
configure.ac
View file @
5d2b8e77
...
...
@@ -2160,7 +2160,9 @@ esac
dnl **** Generate output files ****
AH_TOP([#define __WINE_CONFIG_H])
AH_TOP([#ifndef WINE_CROSSTEST
#define __WINE_CONFIG_H])
AH_BOTTOM([#endif /* WINE_CROSSTEST */])
AC_CONFIG_COMMANDS([include/stamp-h], [echo timestamp > include/stamp-h])
...
...
include/config.h.in
View file @
5d2b8e77
/* include/config.h.in. Generated from configure.ac by autoheader. */
#ifndef WINE_CROSSTEST
#define __WINE_CONFIG_H
/* Define to a function attribute for Microsoft hotpatch assembly prefix. */
...
...
@@ -1307,3 +1308,5 @@
#ifndef __cplusplus
#undef inline
#endif
#endif /* WINE_CROSSTEST */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment