]> arthur.barton.de Git - bup.git/commit
Makefile: Build on Windows under Cygwin.
authorLukasz Kosewski <lkosewsk@gmail.com>
Sun, 10 Jan 2010 08:52:52 +0000 (03:52 -0500)
committerLukasz Kosewski <lkosewsk@gmail.com>
Sun, 10 Jan 2010 08:52:52 +0000 (03:52 -0500)
commit18c6ffd1c93dab992a62c974afe75e5396736160
treed6fcceec546c1208f26d898c4ab7f9ba50c49080
parent84c3d04310d40b0ae0ccbdf13a57543ae88b342d
Makefile:  Build on Windows under Cygwin.

- Python modules have to end with .dll instead .so to load into Python
  via 'import'.
- GCC under Windows builds all programs with -fPIC, and doesn't accept
  this command-line option.
- libpython2.5.dll is found in /usr/bin under Cygwin (wtf?), so we need
  to add this to the LDFLAGS path.
- 'make clean' should remove .dll files too.
Makefile