-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.PL
42 lines (37 loc) · 1.03 KB
/
Makefile.PL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
use v5.38;
use ExtUtils::MakeMaker;
# Manually add "-lpowrprof" to Makefile's LDLOADLIBS for now
WriteMakefile(
VERBINST => 1 ,
NAME => 'Win32::ExitWindowsEx' ,
VERSION_FROM => 'lib/Win32/ExitWindowsEx/OO.pm' ,
ABSTRACT_FROM => 'lib/Win32/ExitWindowsEx/OO.pm' ,
AUTHOR => 'Elvin Aslanov <[email protected]>' ,
# LIBS => [ '-LC:\Windows\System32 -lpowrprof' ] ,
# DEFINE => ' ' , # e.g., ' - DHAVE_SOMETHING '
# INC => ' - I . ' , # e.g., ' - I . - I / usr / include / other ',
);
# Makefile (with no LIBS):
# LDLOADLIBS = -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
# qw(
# -lmoldname
# -lkernel32
# -luser32
# -lgdi32
# -lwinspool
# -lcomdlg32
# -ladvapi32
# -lshell32
# -lole32
# -loleaut32
# -lnetapi32
# -luuid
# -lws2_32
# -lmpr
# -lwinmm
# -lversion
# -lodbc32
# -lodbccp32
# -lcomctl32
# );
# LDLOADLIBS