diff options
author | unknown <Greg@greg-laptop.> | 2004-03-21 18:03:34 -0700 |
---|---|---|
committer | unknown <Greg@greg-laptop.> | 2004-03-21 18:03:34 -0700 |
commit | fdcf1401ca68f5b8b7d0e8b1b4950788e7e91af6 (patch) | |
tree | 6f2f4f928329222882abd3d32ff0cfe3f11437e8 /VC++Files/mysys | |
parent | 43d56383766e01bbbbe5d6b17e6d3c9155d0894c (diff) | |
download | mariadb-git-fdcf1401ca68f5b8b7d0e8b1b4950788e7e91af6.tar.gz |
Changes in Windows project files instituted after latest 4.1 test build.
VC++Files/mysys/mysys.dsp:
Add my_gethwaddr, my_getsystime
VC++Files/sql/mysqld.dsp:
Remove opt_ft.cpp (no longer exists)
Diffstat (limited to 'VC++Files/mysys')
-rw-r--r-- | VC++Files/mysys/mysys.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/VC++Files/mysys/mysys.dsp b/VC++Files/mysys/mysys.dsp index f81614b6295..a7be57d94c0 100644 --- a/VC++Files/mysys/mysys.dsp +++ b/VC++Files/mysys/mysys.dsp @@ -330,10 +330,18 @@ SOURCE=.\my_gethostbyname.c # End Source File # Begin Source File +SOURCE=.\my_gethwaddr.c +# End Source File +# Begin Source File + SOURCE=.\my_getopt.c # End Source File # Begin Source File +SOURCE=.\my_getsystime.c +# End Source File +# Begin Source File + SOURCE=.\my_getwd.c # End Source File # Begin Source File |