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
4b0b5d0c
Commit
4b0b5d0c
authored
May 09, 2001
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of MakeMaker so we can build outside the source tree.
parent
61d26d79
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
16 deletions
+8
-16
Makefile.PL
programs/winetest/Makefile.PL
+0
-8
Makefile.in
programs/winetest/Makefile.in
+5
-8
wine.xs
programs/winetest/wine.xs
+3
-0
No files found.
programs/winetest/Makefile.PL
deleted
100644 → 0
View file @
61d26d79
use ExtUtils
::
MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'MAKEFILE'
=>
'Makefile.perl'
,
'NAME'
=>
'wine'
,
'VERSION_FROM'
=>
'wine.pm'
,
# finds $VERSION
);
programs/winetest/Makefile.in
View file @
4b0b5d0c
EXTRADEFS
=
-DSTRICT
`
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@
...
...
@@ -11,15 +12,11 @@ C_SRCS = winetest.c
EXTRA_OBJS
=
wine.o
PERLMAKE
=
$(MAKE)
-fMakefile
.perl
INC
=
"
$(DIVINCL)
"
@MAKE_PROG_RULES@
wine.o
:
wine.xs Makefile.perl
$(PERLMAKE)
wine.o
Makefile.perl
:
Makefile.PL
perl Makefile.PL
wine.c
:
wine.xs
perl
$(XSUBPPDIR)
/xsubpp
-typemap
$(XSUBPPDIR)
/typemap
$(SRCDIR)
/wine.xs
>
wine.c
||
$(RM)
wine.c
install
::
[
-d
$(libdir)
]
||
$(MKDIR)
$(libdir)
...
...
@@ -28,7 +25,7 @@ install::
uninstall
::
cd
$(libdir)
&&
$(RM)
wine.pm
clean
::
Makefile.perl
$(
PERLMAKE)
realclean
clean
::
$(
RM)
wine.c
### Dependencies:
programs/winetest/wine.xs
View file @
4b0b5d0c
...
...
@@ -15,6 +15,9 @@
#include <perl.h>
#include <XSUB.h>
#undef WORD
#include "winbase.h"
/* API return type constants */
enum ret_type
{
...
...
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