1::
2:: Prepare pristine Sofia SIP source tree for Visual C
3::
4:: NOTE: this script requires gawk - see http://unxutils.sourceforge.net
5::
6:: This file is part of the Sofia-SIP package
7::
8:: Copyright (C) 2007 Nokia Corporation.
9::
10:: Contact: Martti Mela <martti.mela@nokia.com>
11::
12:: This library is free software; you can redistribute it and/or
13:: modify it under the terms of the GNU Lesser General Public License
14:: as published by the Free Software Foundation; either version 2.1 of
15:: the License, or (at your option) any later version.
16::
17:: This library is distributed in the hope that it will be useful, but
18:: WITHOUT ANY WARRANTY; without even the implied warranty of
19:: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20:: Lesser General Public License for more details.
21::
22:: You should have received a copy of the GNU Lesser General Public
23:: License along with this library; if not, write to the Free Software
24:: Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
25:: 02110-1301 USA
26::
27
28@setlocal
29@if x%AWK%==x set AWK=mawk
30
31@call version_files.cmd
32
33@call build_sources.cmd
34