summaryrefslogtreecommitdiffstats
path: root/samples/user_guide/clients/echo_blocking_addr.mk
diff options
context:
space:
mode:
authorGravatar nandika2010-08-19 08:48:55 +0000
committerGravatar nandika2010-08-19 08:48:55 +0000
commit1a6657343ff6f0c78347426cdeb0d9fd1d5686d8 (patch)
treeb6a96613780c096a748ed18a1f778971ec86e1eb /samples/user_guide/clients/echo_blocking_addr.mk
parentd7e37144c7acf346b7c6b862b402b2b36314edd9 (diff)
downloadaxis2c-1a6657343ff6f0c78347426cdeb0d9fd1d5686d8.tar.gz
axis2c-1a6657343ff6f0c78347426cdeb0d9fd1d5686d8.tar.bz2
makefiles corrected
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@987080 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples/user_guide/clients/echo_blocking_addr.mk')
-rw-r--r--samples/user_guide/clients/echo_blocking_addr.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/user_guide/clients/echo_blocking_addr.mk b/samples/user_guide/clients/echo_blocking_addr.mk
index 080af74..960ea7b 100644
--- a/samples/user_guide/clients/echo_blocking_addr.mk
+++ b/samples/user_guide/clients/echo_blocking_addr.mk
@@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
echo:
- @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" echo_blocking_addr.C echo_util.c /I.\..\..\..\include /c
- @link.exe /nologo echo_blocking_addr.obj echo_util.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_blocking_addr.exe
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" echo_blocking_addr.C echo_util.c /I.\..\..\..\..\include /c
+ @link.exe /nologo echo_blocking_addr.obj echo_util.obj /LIBPATH:.\..\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_blocking_addr.exe