From a7517f9104fa71e1f7245cc10c4c2f88a4b79beb Mon Sep 17 00:00:00 2001 From: nandika Date: Thu, 19 Aug 2010 08:29:49 +0000 Subject: makefiles updated git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@987077 13f79535-47bb-0310-9956-ffa450edef68 --- samples/client/yahoo/yahoo.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'samples/client/yahoo') 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 -- cgit v1.1-32-gdbae