]> git.saurik.com Git - wxWidgets.git/blame - src/iodbc/Config.mk
Added Pop-up menus.
[wxWidgets.git] / src / iodbc / Config.mk
CommitLineData
1a6944fd
RR
1#
2# Copyright (C) 1995 by Ke Jin <kejin@empress.com>
3#
4
5#============ Default for all system ==============
6SHELL =
7SHELL = /bin/sh
8DLDAPI = DLDAPI_SVR4_DLFCN
9DLSUFFIX= so
10OUTFILE = iodbc
11OBJX =
12
13#============= Linux ELF =========================
14# Slackware 2.x,(kernel 1.3.x) on i386
15# Red Hat 2.x (kernel 1.2.x) on i486
16#
17ANSI = -ansi
18CC = gcc
19PIC = -fPIC
20LDFLAGS = -shared
21LIBS = -ldl