diff options
Diffstat (limited to 'samples/client/mtom')
-rw-r--r-- | samples/client/mtom/mtom.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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
|