diff options
author | unknown <Reggie@xgeek.> | 2006-03-13 05:17:23 -0600 |
---|---|---|
committer | unknown <Reggie@xgeek.> | 2006-03-13 05:17:23 -0600 |
commit | e9cf66a02da7e961f8b3ccfac93bdbe8df75c73d (patch) | |
tree | 17c524a3787ce8c0499804d4f8bef6f5ec9ccb12 /win | |
parent | 4487b8538f5d611d672fa2e5f1ccd90dfb1ebfcb (diff) | |
download | mariadb-git-e9cf66a02da7e961f8b3ccfac93bdbe8df75c73d.tar.gz |
base:
Fixed problem where taocrypt was defined too early in the process
win/cmakefiles/base:
Fixed problem where taocrypt was defined too early in the process
Diffstat (limited to 'win')
-rw-r--r-- | win/cmakefiles/base | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/cmakefiles/base b/win/cmakefiles/base index caa059b98f5..ab5317ef171 100644 --- a/win/cmakefiles/base +++ b/win/cmakefiles/base @@ -31,6 +31,6 @@ ENDIF(CMAKE_GENERATOR MATCHES "Visual Studio 7" OR CMAKE_GENERATOR MATCHES "Visu ADD_DEFINITIONS("-D_WINDOWS -D__WIN__") -SUBDIRS(vio dbug strings regex mysys extra zlib storage/innobase storage/heap storage/myisam storage/myisammrg - extra/yassl extra/yassl/taocrypt client sql server-tools/instance-manager - libmysql tests) +SUBDIRS(vio dbug strings regex mysys extra/yassl extra/yassl/taocrypt extra + zlib storage/innobase storage/heap storage/myisam storage/myisammrg + client sql server-tools/instance-manager libmysql tests) |