mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-03-29 12:22:07 +02:00
12 lines
455 B
Batchfile
Executable File
12 lines
455 B
Batchfile
Executable File
cd C:\php-sdk\phpdev\vc11\x86\pecl
|
|
"C:\Program Files\7-Zip\7z.exe" x -y Z:\phongo\mongodb-*.tgz
|
|
"C:\Program Files\7-Zip\7z.exe" x -y mongodb-*.tar
|
|
cd C:\php-sdk\phpdev\vc11\x86\php-src
|
|
C:\php-sdk\bin\phpsdk_setvars.bat
|
|
"c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat"
|
|
buildconf --force
|
|
configure --disable-all --enable-cli --enable-json --with-openssl --enable-mongodb
|
|
|
|
nmake
|
|
#nmake test TESTS="..\pecl\mongodb-*\tests"
|