You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
886 B

  1. @echo off
  2. REM Copyright (C) 2006 MySQL AB
  3. REM
  4. REM This program is free software; you can redistribute it and/or modify
  5. REM it under the terms of the GNU General Public License as published by
  6. REM the Free Software Foundation; version 2 of the License.
  7. REM
  8. REM This program is distributed in the hope that it will be useful,
  9. REM but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. REM GNU General Public License for more details.
  12. REM
  13. REM You should have received a copy of the GNU General Public License
  14. REM along with this program; if not, write to the Free Software
  15. REM Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  16. if exist cmakecache.txt del cmakecache.txt
  17. copy win\nmake_x64_cache.txt cmakecache.txt
  18. cmake -G "NMake Makefiles"
  19. copy cmakecache.txt win\nmake_x64_cache.txt