summaryrefslogtreecommitdiffstats
path: root/samples/client/echo/echo.mk
diff options
context:
space:
mode:
Diffstat (limited to 'samples/client/echo/echo.mk')
-rw-r--r--samples/client/echo/echo.mk8
1 files changed, 2 insertions, 6 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