~percona-core/percona-server/5.5

« back to all changes in this revision

Viewing changes to win/build-vs8_x64.bat

  • Committer: cmiller at cornsilk
  • Date: 2006-09-05 21:44:08 UTC
  • mfrom: (0.10424.1)
  • mto: (0.10437.1)
  • mto: This revision was merged to the branch mainline in revision 235.
  • Revision ID: sp1r-cmiller@zippy.cornsilk.net-20060905214408-31814
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo off
 
2
 
 
3
if exist cmakecache.txt del cmakecache.txt
 
4
copy win\vs8cache.txt cmakecache.txt
 
5
cmake -G "Visual Studio 8 2005 Win64"
 
6
copy cmakecache.txt win\vs8cache.txt