2
0

autogen.cmd 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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) 2006 Nokia Corporation.
  9. ::
  10. :: Contact: Pekka Pessi <pekka.pessi@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. @setlocal
  28. @if x%AWK%==x set AWK=gawk
  29. @call version_files.cmd
  30. @call build_sources.cmd
  31. @echo.
  32. @echo NOTE:
  33. @echo NOTE: Remember to install pthreadVC2.dll to your path, too!
  34. @echo NOTE:
  35. @endlocal