Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
4b92255c
Commit
4b92255c
authored
Aug 02, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't pass the perl C flags to winebuild.
parent
a662faba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
Make.rules.in
Make.rules.in
+1
-1
Makefile.in
programs/winetest/Makefile.in
+5
-4
No files found.
Make.rules.in
View file @
4b92255c
...
...
@@ -28,7 +28,7 @@
SHELL = /bin/sh
CC = @CC@
CPP = @CPP@
CFLAGS = @CFLAGS@
CFLAGS = @CFLAGS@
$(EXTRACFLAGS)
OPTIONS = @OPTIONS@ -D_REENTRANT
X_CFLAGS = @X_CFLAGS@
X_LIBS = @X_LIBS@
...
...
programs/winetest/Makefile.in
View file @
4b92255c
EXTRADEFS
=
`
perl
-MExtUtils
::Embed
-e
ccflags
`
EXTRALIBS
=
`
perl
-MExtUtils
::Embed
-e
ldopts
`
EXTRAINCL
=
`
perl
-MExtUtils
::Embed
-e
perl_inc
`
XSUBPPDIR
=
`
perl
-MConfig
-e
'print $$Config::Config{privlibexp}'
`
/ExtUtils
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
@@ -10,6 +6,11 @@ MODULE = winetest.exe
APPMODE
=
cui
IMPORTS
=
kernel32
EXTRACFLAGS
=
`
perl
-MExtUtils
::Embed
-e
ccflags
`
EXTRALIBS
=
`
perl
-MExtUtils
::Embed
-e
ldopts
`
EXTRAINCL
=
`
perl
-MExtUtils
::Embed
-e
perl_inc
`
XSUBPPDIR
=
`
perl
-MConfig
-e
'print $$Config::Config{privlibexp}'
`
/ExtUtils
C_SRCS
=
winetest.c
EXTRA_SRCS
=
wtmain.c
...
...
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