mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 12:59:26 +02:00
Also bump version because the new return values have a different type now. git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@332839 c90b9560-bf6c-de11-be94-00142212c4b1
7 lines
189 B
Text
Executable file
7 lines
189 B
Text
Executable file
ARG_WITH("pcsc", "PC/SC Support", "no");
|
|
|
|
if (PHP_PCSC != "no") {
|
|
ADD_FLAG("LIBS","winscard.lib");
|
|
EXTENSION("pcsc", "pcsc.c");
|
|
PHP_INSTALL_HEADERS("ext/pcsc", "php_pcsc.h");
|
|
}
|