source: qca-tls/trunk/mk.sh

Last change on this file was 70, checked in by dmik, 19 years ago

QCA-TLS: General: Added make launchers for OS/2, Win32 and Linux (untested).

File size: 287 bytes
Line 
1#!/bin/sh
2
3## @todo (r=dmik) someone needs to add code to test
4## for mac and to set MAKEFILE accordingly. Don't forget
5## to uncomment the mac:MAKEFILE line in psi.pro!
6
7MAKEFILE=Makefile.unix
8MAKE=make
9
10if !(test -f $MAKEFILE); then
11 qmake -o $MAKEFILE;
12fi
13
14$MAKE -f $MAKEFILE "$@"
Note: See TracBrowser for help on using the repository browser.