summaryrefslogtreecommitdiffstats
path: root/samples/server/mtom/mtom.mk
diff options
context:
space:
mode:
Diffstat (limited to 'samples/server/mtom/mtom.mk')
-rw-r--r--samples/server/mtom/mtom.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/server/mtom/mtom.mk b/samples/server/mtom/mtom.mk
index 938fa1e..5de1508 100644
--- a/samples/server/mtom/mtom.mk
+++ b/samples/server/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 "_MBCS" *.C /I.\..\..\..\include /c
- @link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /DLL /OUT:mtom.dll
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" *.C /I.\..\..\..\..\include /c
+ @link.exe /nologo *.obj /LIBPATH:.\..\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /DLL /OUT:mtom.dll