]> git.saurik.com Git - wxWidgets.git/blame - src/iodbc/build
OnExit() is called for modules which were initialized even if the init of
[wxWidgets.git] / src / iodbc / build
CommitLineData
1a6944fd
RR
1#! /bin/sh
2
3echo autoconfig $1
4
5if sh ./autoconfig $1
6then
7echo make
8make
9fi