blob: 8cec2e494ea68d01716735a65bfe34dc70a06ce8 (
plain)
1
2
3
4
5
6
7
8
|
session:
@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\include /c
@link.exe /nologo session.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:session.exe
|