• unknown's avatar
    Bug#29903 The CMake build method does not produce the embedded library. · c6c57ed7
    unknown authored
    - Changes to correct and test Windows embedded build.
    
    
    BitKeeper/etc/ignore:
      Bug#29903 The CMake build method does not produce the embedded library.
      - Ignore auto-generated Windows embedded resources.
    CMakeLists.txt:
      Bug#29903 The CMake build method does not produce the embedded library.
      - Hardcode CSV for all configurations.
      - Add client directory for gen_lex_hash dependency.
    client/CMakeLists.txt:
      Bug#29903 The CMake build method does not produce the embedded library.
      - Build the mysqlclient library and echo for the embedded solution.
    client/client_priv.h:
      Bug#29903 The CMake build method does not produce the embedded library.
      - Defined new option.
    client/mysql.cc:
      Bug#29903 The CMake build method does not produce the embedded library.
      - Add server-arg command line parameter
    libmysqld/CMakeLists.txt:
      Bug#29903 The CMake build method does not produce the embedded library.
      - Added auto generated resources; sql_yacc.cc, sql_yacc.h, message.rc
      message.h and lex_hash.h.
      - Link csv library to libmsyqld.
    libmysqld/Makefile.am:
      Bug#29903 The CMake build method does not produce the embedded library.
      - Include CMakeLists.txt in dist.
    libmysqld/examples/CMakeLists.txt:
      Bug#29903 The CMake build method does not produce the embedded library.
      - Follow existing naming convention.
    libmysqld/examples/Makefile.am:
      Bug#29903 The CMake build method does not produce the embedded library.
      - Include CMakeLists.txt in dist.
    mysql-test/mysql-test-run.pl:
      Bug#29903 The CMake build method does not produce the embedded library.
      - Move embedded option block earlier in the script.
      - Added the path to the libmysqld.dll to Windows path.
    win/README:
      Bug#29903 The CMake build method does not produce the embedded library.
      - Add instructions for building/testing the embedded library.
    c6c57ed7
mysql.cc 108 KB