From d7e37144c7acf346b7c6b862b402b2b36314edd9 Mon Sep 17 00:00:00 2001 From: nandika Date: Thu, 19 Aug 2010 08:40:59 +0000 Subject: makefiles updated git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@987078 13f79535-47bb-0310-9956-ffa450edef68 --- samples/server/notify/notify.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples/server/notify') diff --git a/samples/server/notify/notify.mk b/samples/server/notify/notify.mk index 83ee88a..dec9cbb 100644 --- a/samples/server/notify/notify.mk +++ b/samples/server/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 "_MBCS" *.C /I.\..\..\..\include /c - @link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /DLL /OUT:notify.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:notify.dll -- cgit v1.1-32-gdbae