diff options
author | unknown <knielsen@mysql.com> | 2006-03-16 13:30:59 +0100 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2006-03-16 13:30:59 +0100 |
commit | 6091d5c7a0362bdd2d9ae30768036922b9b0ba81 (patch) | |
tree | f9d6bc18750cf196812c9b7962c09e4a96917e04 /win | |
parent | 902449b5f422a445231a5bfe8ad2ac405b402249 (diff) | |
download | mariadb-git-6091d5c7a0362bdd2d9ae30768036922b9b0ba81.tar.gz |
Fix Windows CMake dependency problem.
client/cmakelists.txt:
Fix dependency problem with the old GenError target.
extra/cmakelists.txt:
Fix dependency problem with the old GenError target.
libmysql/cmakelists.txt:
Fix dependency problem with the old GenError target.
server-tools/instance-manager/cmakelists.txt:
Fix dependency problem with the old GenError target.
sql/cmakelists.txt:
Fix dependency problem with the old GenError target.
win/README:
Fix dependency problem with the old GenError target.
Diffstat (limited to 'win')
-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. |