• unknown's avatar
    removed handlerton-win.cc · 684a4bbb
    unknown authored
    now using CONFIGURE_FILE and INCLUDE to generate handlerton.cc and to set the definitions based on
    the storage engines given on the command line
    
    
    BitKeeper/deleted/.del-handlerton-win.cc~322a7e59507976df:
      Delete: sql/handlerton-win.cc
    cmakelists.txt:
      use INCLUDE to read in the cmake file generated as part of configure
      comment out the setting of /wd4996 since we are using the -D flag instead
    sql/cmakelists.txt:
      include IF() blocks for every storage engine and set two vars that are used with CONFIGURE_FILE later
      in the script.
      This CONFIGURE_FILE call replaces the need for config-handlerton.js
    win/configure.js:
      write out proper cmake code instead of just the values.
    684a4bbb
cmakelists.txt 6.14 KB