mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
fixed config.w32
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@332823 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f6656f07df
commit
bd84657c51
1 changed files with 5 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
ARG_WITH("pcsc", "PC/SC Support", "no");
|
ARG_WITH("pcsc", "PC/SC Support", "no");
|
||||||
|
|
||||||
if (PHP_PCSC != "no") {
|
if (PHP_PCSC != "no") {
|
||||||
// DEFINE("LIBS", "kernel32.lib ole32.lib user32.lib advapi32.lib shell32.lib ws2_32.lib Dnsapi.lib");
|
|
||||||
ADD_FLAG("LIBS","winscard.lib");
|
ADD_FLAG("LIBS","winscard.lib");
|
||||||
EXTENSION("pcsc", "pcsc.c", $ext_shared);
|
EXTENSION("pcsc", "pcsc.c");
|
||||||
PHP_INSTALL_HEADERS([php_pcsc.h]);
|
PHP_INSTALL_HEADERS("ext/pcsc", "php_pcsc.h");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue