dasilver12 / pypcap

Automatically exported from code.google.com/p/pypcap
Other
0 stars 0 forks source link

comilation commands #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

using this lib compli compilation it

comilation commands 

cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG 
-IF:\winpython27\python-2.7.5.amd64\include 
-IF:\winpython27\python-2.7.5.amd64\PC /Tcpcap_ex.c 
/Fobuild\temp.win-amd64-2.7\Release\pcap_ex.obj

link.exe /DLL /nologo /INCREMENTAL:NO 
/LIBPATH:F:\winpython27\python-2.7.5.amd64\libs 
/LIBPATH:F:\winpython27\python-2.7.5.amd64\PCbuild\amd64 
/LIBPATH:F:\winpython27\my_lib\WpdPack\Lib\x64 /EXPORT:initpcap 
build\temp.win-amd64-2.7\Release\pcap.obj 
build\temp.win-amd64-2.7\Release\pcap_ex.obj 
/OUT:build\lib.win-amd64-2.7\pcap.pyd 
/IMPLIB:build\temp.win-amd64-2.7\Release\pcap.lib 
/MANIFESTFILE:build\temp.win-amd64-2.7\Release\pcap.pyd.manifest
 /DYNAMICBASE "wpcap.lib" "ws2_32.lib" "kernel32.lib" "user32.lib" "Packet.lib" "Iphlpapi.lib"

Original issue reported on code.google.com by yan...@gmail.com on 11 Nov 2013 at 5:53

Attachments: