diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2013-01-16 16:28:20 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-16 18:21:51 +0200 |
commit | 3d6d07a7e34e0e767c653008c0eb16ce7ffe5f19 (patch) | |
tree | 80e69b1e149ed232776bce67e862aa0b6053911d /mysqlc | |
parent | c5fc0af6f551980d3e147f7d6cf1fdd320b8f1fe (diff) |
Get rid of GetVersionInfo and checkdll
With gbuildification neither was actually used anyway, as far as I
could see.
Change-Id: I00d914e6571aed3110226f91ac1685a838031c65
Diffstat (limited to 'mysqlc')
-rw-r--r-- | mysqlc/source/makefile.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk index 63c86df97829..1ee4c87eab29 100644 --- a/mysqlc/source/makefile.mk +++ b/mysqlc/source/makefile.mk @@ -104,9 +104,6 @@ CDEFS += -DCPPCONN_LIB=\"$(DLLPRE)mysqlcppconn$(DLLPOST)\" .ELSE MYSQL_LIBFILE=$(MYSQL_LIBDIR)$/$(DLLPRE)mysql$(DLLPOST).16 .ENDIF - - # checkdll will complain if we do not point it to the libmysql lib - EXTRALIBPATHS=-L$(MYSQL_LIBDIR) .ENDIF .IF "$(SYSTEM_MYSQL_CPPCONN)" != "YES" |