]> git.saurik.com Git - wxWidgets.git/blob - src/iodbc/build
thread fixes for MSW (samples doesn't compile currently under !MSW, will
[wxWidgets.git] / src / iodbc / build
1 #! /bin/sh
2
3 echo autoconfig $1
4
5 if sh ./autoconfig $1
6 then
7 echo make
8 make
9 fi