diff options
author | vva@genie.(none) <> | 2002-10-08 16:55:39 +0500 |
---|---|---|
committer | vva@genie.(none) <> | 2002-10-08 16:55:39 +0500 |
commit | 0274088f02a6ba71a2b28b9c91ab9211f28bd5e9 (patch) | |
tree | c35145132bb2cfb26c84dd735ef5ea029b423ca6 /Docs/bk.txt | |
parent | 2e4e1b3b3f465e1a0efb6eabf37ee3ebc68d506c (diff) | |
download | mariadb-git-0274088f02a6ba71a2b28b9c91ab9211f28bd5e9.tar.gz |
additions for compiling for Win via samba
Diffstat (limited to 'Docs/bk.txt')
-rw-r--r-- | Docs/bk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Docs/bk.txt b/Docs/bk.txt index 4c83c48aea6..b9274901653 100644 --- a/Docs/bk.txt +++ b/Docs/bk.txt @@ -1,4 +1,5 @@ Mail by sasha, should be rewritten as a HOWTO sometimes +vva added point C) for Windows-project ----------- I have set up a repository with BitKeeper on work. There are still some things @@ -29,6 +30,12 @@ you will need just to set up a slave repository on your machine: Now you have the entire source tree in the current directory. Let's compile it: BUILD/compile-pentium-debug + +C) Windows project. + - Compile Linux-project (see points above) + - run VC++Files/prepare + - make repository accessible for Windows (using samba) + - open VC++Files/mysql.dsw in Microsoft Visual Stidio (5.0 or above) After you edit a file, you need to check it in using bk citool or bk ci filename. Note that ci is different than commit - you ci a file, but you commit |