mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
13 lines
320 B
Plaintext
13 lines
320 B
Plaintext
* Generate new headers based on SunwellCore soap-services stub:
|
|
gsoap/bin/linux386/soapcpp2 -1 -S -L -w -x -y soap.stub
|
|
|
|
* Copy the following files from the gsoap package:
|
|
gsoap/stdsoap2.h
|
|
gsoap/stdsoap2.cpp
|
|
|
|
* Remove the following files after generation:
|
|
ns1.nsmap
|
|
soapObject.h
|
|
|
|
* Test compile and see if SOAP works...
|