Changeset f68669d3b8c8ff1ec065d6995f26be8c6a2499c8
- Timestamp:
- 12/09/05 15:17:18
(3 years ago)
- Author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- git-committer:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1134137838 +0000
- git-parent:
[f1cb32c3a7c388d0009e0361d3845cbf89f2cb23]
- git-author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1134137838 +0000
- Message:
python/Makefile.am: correct the test for win32 systems
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra525a71 |
rf68669d |
|
| 3 | 3 | ############################################################################### |
|---|
| 4 | 4 | |
|---|
| 5 | | # FIXME |
|---|
| 6 | | #ifdef HOMEDRIVE |
|---|
| 7 | | # COMPILERARG = --compiler=mingw32 |
|---|
| 8 | | #else |
|---|
| 9 | | # COMPILERARG = |
|---|
| 10 | | #endif |
|---|
| | 5 | if HAVE_WIN32 |
|---|
| | 6 | COMPILERARG = --compiler=mingw32 |
|---|
| | 7 | else |
|---|
| | 8 | COMPILERARG = |
|---|
| | 9 | endif |
|---|
| 11 | 10 | |
|---|
| 12 | 11 | if BUILD_PYTHON |
|---|