source: psi/trunk/psi.pro@ 82

Last change on this file since 82 was 56, checked in by dmik, 19 years ago

Psi: General: All output directories are made OS-specific (by adding the OS name to the path), to make it possible to build Psi for different platforms from a single source tree.

File size: 251 bytes
Line 
1TEMPLATE = subdirs
2
3os2:MAKEFILE = Makefile.os2
4win32:MAKEFILE = Makefile.win
5unix:MAKEFILE = Makefile.x11
6#mac:MAKEFILE = Makefile.mac
7
8LIBPSI_CPP = ../libpsi
9exists(libpsi) {
10 LIBPSI_CPP = libpsi
11}
12
13SUBDIRS += \
14 $$LIBPSI_CPP/psiwidgets \
15 src
16
Note: See TracBrowser for help on using the repository browser.