diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-01-31 12:11:40 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-01-31 12:11:40 +0000 |
commit | 8c56fde4c7e152877da60d6a36654890d757a212 (patch) | |
tree | 606be485e65d0ac8e04c20b0a8110ae6a572abe8 /doc/tutorials/externals-howto/example3 | |
parent | 179bf7c56f7a8e4df6031d3366548f7afbee31d2 (diff) |
added makefiles
only tested on linux and mingw32-crosscompiler
should work on osx and irix
i'm pretty sure it won't work on w32 (M$VC)
svn path=/trunk/; revision=4526
Diffstat (limited to 'doc/tutorials/externals-howto/example3')
-rw-r--r-- | doc/tutorials/externals-howto/example3/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tutorials/externals-howto/example3/Makefile b/doc/tutorials/externals-howto/example3/Makefile new file mode 100644 index 00000000..ec17746e --- /dev/null +++ b/doc/tutorials/externals-howto/example3/Makefile @@ -0,0 +1,6 @@ +# Makefile +# (c) 2006 IOhannes m zmölnig + +# just use the Makefile in ../example1/ +# (so i only have to maintain one Makefile) +include ../example1/Makefile |