~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to win/build-vs71.bat

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

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