Last change
on this file since 86 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
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
| 2 |
|
---|
[56] | 3 | os2:MAKEFILE = Makefile.os2
|
---|
| 4 | win32:MAKEFILE = Makefile.win
|
---|
| 5 | unix:MAKEFILE = Makefile.x11
|
---|
| 6 | #mac:MAKEFILE = Makefile.mac
|
---|
| 7 |
|
---|
[2] | 8 | LIBPSI_CPP = ../libpsi
|
---|
| 9 | exists(libpsi) {
|
---|
| 10 | LIBPSI_CPP = libpsi
|
---|
| 11 | }
|
---|
| 12 |
|
---|
| 13 | SUBDIRS += \
|
---|
| 14 | $$LIBPSI_CPP/psiwidgets \
|
---|
| 15 | src
|
---|
| 16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.