summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorGravatar nandika2010-08-19 08:29:49 +0000
committerGravatar nandika2010-08-19 08:29:49 +0000
commita7517f9104fa71e1f7245cc10c4c2f88a4b79beb (patch)
treea70d1d7360757ee35a81976b37b14534296a895c /samples
parent4d691c7261a6a996d6dc08a10bd9ec5cfadd5f2e (diff)
downloadaxis2c-a7517f9104fa71e1f7245cc10c4c2f88a4b79beb.tar.gz
axis2c-a7517f9104fa71e1f7245cc10c4c2f88a4b79beb.tar.bz2
makefiles updated
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@987077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples')
-rw-r--r--samples/client/echo/echo.mk8
-rw-r--r--samples/client/google/google.mk4
-rw-r--r--samples/client/math/math.mk4
-rw-r--r--samples/client/mtom/mtom.mk4
-rw-r--r--samples/client/mtom_callback/mtom_callback.mk4
-rw-r--r--samples/client/notify/notify.mk4
-rw-r--r--samples/client/session/session.mk8
-rw-r--r--samples/client/yahoo/yahoo.mk7
8 files changed, 16 insertions, 27 deletions
diff --git a/samples/client/echo/echo.mk b/samples/client/echo/echo.mk
index 90c4f26..6414166 100644
--- a/samples/client/echo/echo.mk
+++ b/samples/client/echo/echo.mk
@@ -13,10 +13,6 @@
# 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" *.C /I.\..\..\..\include /c
- @link.exe /nologo echo.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo.exe
-
-
-
-
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\..\include /c
+ @link.exe /nologo echo.obj /LIBPATH:.\..\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo.exe
diff --git a/samples/client/google/google.mk b/samples/client/google/google.mk
index b29787a..e903baf 100644
--- a/samples/client/google/google.mk
+++ b/samples/client/google/google.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" *.C /I.\..\..\..\include /c
- @link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:google.exe
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\..\include /c
+ @link.exe /nologo *.obj /LIBPATH:.\..\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:google.exe
diff --git a/samples/client/math/math.mk b/samples/client/math/math.mk
index d3cafd8..3789169 100644
--- a/samples/client/math/math.mk
+++ b/samples/client/math/math.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" *.C /I.\..\..\..\include /c
- @link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:math.exe
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\..\include /c
+ @link.exe /nologo *.obj /LIBPATH:.\..\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:math.exe
diff --git a/samples/client/mtom/mtom.mk b/samples/client/mtom/mtom.mk
index 85e77ac..83b663e 100644
--- a/samples/client/mtom/mtom.mk
+++ b/samples/client/mtom/mtom.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" *.C /I.\..\..\..\include /c
- @link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:mtom.exe
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\..\include /c
+ @link.exe /nologo *.obj /LIBPATH:.\..\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:mtom.exe
diff --git a/samples/client/mtom_callback/mtom_callback.mk b/samples/client/mtom_callback/mtom_callback.mk
index 7962891..2a352d6 100644
--- a/samples/client/mtom_callback/mtom_callback.mk
+++ b/samples/client/mtom_callback/mtom_callback.mk
@@ -13,6 +13,6 @@
# 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" *.C /I.\..\..\..\include /c
- @link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:mtom_callback.exe
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\..\include /c
+ @link.exe /nologo *.obj /LIBPATH:.\..\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:mtom_callback.exe
diff --git a/samples/client/notify/notify.mk b/samples/client/notify/notify.mk
index 9d512fd..fd6155b 100644
--- a/samples/client/notify/notify.mk
+++ b/samples/client/notify/notify.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" *.C /I.\..\..\..\include /c
- @link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:notify.exe
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\..\include /c
+ @link.exe /nologo *.obj /LIBPATH:.\..\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:notify.exe
diff --git a/samples/client/session/session.mk b/samples/client/session/session.mk
index 7bd3859..ec1c658 100644
--- a/samples/client/session/session.mk
+++ b/samples/client/session/session.mk
@@ -13,10 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
session:
- @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\include /c
- @link.exe /nologo session.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:session.exe
-
-
-
-
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\..\include /c
+ @link.exe /nologo session.obj /LIBPATH:.\..\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:session.exe
diff --git a/samples/client/yahoo/yahoo.mk b/samples/client/yahoo/yahoo.mk
index 8346eca..c4f9798 100644
--- a/samples/client/yahoo/yahoo.mk
+++ b/samples/client/yahoo/yahoo.mk
@@ -13,10 +13,7 @@
# 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" *.C /I.\..\..\..\include /c
- @link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:yahoo.exe
-
-
-
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\..\include /c
+ @link.exe /nologo *.obj /LIBPATH:.\..\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:yahoo.exe