Created
October 12, 2012 07:12
-
-
Save narkq/3877742 to your computer and use it in GitHub Desktop.
php-amqp nmake output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Crazy\Documents\GitHub\php-amqp>nmake | |
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
amqp.c | |
amqp_channel.c | |
amqp_connection.c | |
amqp_envelope.c | |
amqp_exchange.c | |
amqp_queue.c | |
rc /I C:\php\SDK/include /n /fo Release_TS\php_amqp.dll.res /d FILE_DES | |
CRIPTION="\";; AMQP\"" /d FILE_NAME="\"php_amqp.dll\"" /d URL="\"http://www.php. | |
net\"" /d INTERNAL_NAME="\"AMQP extension\"" /d THANKS_GUYS="\"Thanks to Alexand | |
re Kalendarev <[email protected]> (original author)\"" C:\php\SDK\build\template.r | |
c | |
Не удается найти указанный файл. | |
NMAKE : fatal error U1077: 'rc' : return code '0x1' | |
Stop. | |
C:\Users\Crazy\Documents\GitHub\php-amqp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment