diff options
author | unknown <venu@myvenu.com> | 2003-01-18 14:04:34 -0800 |
---|---|---|
committer | unknown <venu@myvenu.com> | 2003-01-18 14:04:34 -0800 |
commit | e2c7d5d7ec77d056cc2ad7c9d9ef7cb132cc78de (patch) | |
tree | 0224ea691e3d85f3eebb0412ae0b6eea5a4e39c8 /VC++Files/sql | |
parent | 193d1f6c3bcb05ff694c8e300f00b68b44b08d24 (diff) | |
download | mariadb-git-e2c7d5d7ec77d056cc2ad7c9d9ef7cb132cc78de.tar.gz |
Windows build fix
Diffstat (limited to 'VC++Files/sql')
-rw-r--r-- | VC++Files/sql/mysqld.dsp | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/VC++Files/sql/mysqld.dsp b/VC++Files/sql/mysqld.dsp index acb1df0c343..9d7514f10bb 100644 --- a/VC++Files/sql/mysqld.dsp +++ b/VC++Files/sql/mysqld.dsp @@ -488,6 +488,10 @@ SOURCE=.\item_func.cpp # End Source File # Begin Source File +SOURCE=.\item_row.cpp +# End Source File +# Begin Source File + SOURCE=.\item_strfunc.cpp !IF "$(CFG)" == "mysqld - Win32 Release" @@ -678,26 +682,6 @@ SOURCE=.\mysqld.cpp # End Source File # Begin Source File -SOURCE=.\net_pkg.cpp - -!IF "$(CFG)" == "mysqld - Win32 Release" - -!ELSEIF "$(CFG)" == "mysqld - Win32 Debug" - -# ADD CPP /G5 -# SUBTRACT CPP /YX /Yc /Yu - -!ELSEIF "$(CFG)" == "mysqld - Win32 nt" - -!ELSEIF "$(CFG)" == "mysqld - Win32 Max nt" - -!ELSEIF "$(CFG)" == "mysqld - Win32 Max" - -!ENDIF - -# End Source File -# Begin Source File - SOURCE=.\net_serv.cpp # End Source File # Begin Source File @@ -963,6 +947,10 @@ SOURCE=.\sql_handler.cpp # End Source File # Begin Source File +SOURCE=.\sql_help.cpp +# End Source File +# Begin Source File + SOURCE=.\sql_insert.cpp !IF "$(CFG)" == "mysqld - Win32 Release" |