diff options
author | knielsen@mysql.com <> | 2006-03-16 13:30:59 +0100 |
---|---|---|
committer | knielsen@mysql.com <> | 2006-03-16 13:30:59 +0100 |
commit | 24e29bf9d1e81b9780e441c07f1a096b251f611a (patch) | |
tree | f9d6bc18750cf196812c9b7962c09e4a96917e04 /win/README | |
parent | 0ae0f2cd398eda0fd5253576106c52f3259a650f (diff) | |
download | mariadb-git-24e29bf9d1e81b9780e441c07f1a096b251f611a.tar.gz |
Fix Windows CMake dependency problem.
Diffstat (limited to 'win/README')
-rw-r--r-- | win/README | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/win/README b/win/README index c8eed8e93fe..27c7e5c5762 100644 --- a/win/README +++ b/win/README @@ -60,16 +60,11 @@ click the build solution menu option. Current issues -------------- -1. Dependencies are not handled correctly with the current scripts. What -this means is that a new error file may not be generated when the errmsg.txt -file changes. In this case, simply force the GenError target to build. This -should execute comp_err to generate the required files. - -2. Not all configurations are currently available. i.e. Classic, Pro, Max. +1. Not all configurations are currently available. i.e. Classic, Pro, Max. Currently, only debug and release are available. This will change in the near future. -3. The definitions set for features (partitioning, blackhole, etc) are not +2. The definitions set for features (partitioning, blackhole, etc) are not changed based on the options given with configure. This will soon be fixed as well. |