Commit e9cf66a0 authored by unknown's avatar unknown
Browse files

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
parent 4487b853
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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)