Changes between Version 7 and Version 8 of user-examples
- Timestamp:
- Sep 19, 2007 2:34:11 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user-examples
v7 v8 135 135 136 136 The '''generic compilation rules''' (e.g., {{{.c.o}}}) might look somewhat complicated. But with this, the Makefile can also be used by people who work with the MS compilers (e.g., {{{cl}}}) under Cygwin, since those compilers don't understand the UNIX-type directory paths. In such a case, the '''CYGPATH_W''' will have been set to "{{{cygpath -w}}}" by {{{configure}}}, otherwise it is just "{{{echo}}}". 137 138 Once your code builds and links correctly with Coin, you may want to consider distributing your code as part of Coin. [wiki:user-distribute This page] describes build-related issues you should consider when distributing code from Coin.