Re: [AD] cvs commits & cygwin build todo. |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
In reply to Henrik Stokseth <hstokset@xxxxxxxxxx>: >under the cygwin build 'make install' currently excludes the allegro DLL. >To fix this under cygwin, WINSYSDIR should be set to the output of 'cygpath >-W' and likewise WINSUBDIR should be set to the output of 'cygpath -S' IIRC. >Does anyone know how that can be done in the makefile without any ugly hacks. >note: backticks (`) doesn't work. WINSYSDIR=$(shell cygpath -W) WINSUBDIR=$(shell cygpath -S) Will only work under GNU make; I don't know which version it was implemented in (since I have used 3.79.1 for ages). Bye for now, -- Laurence Withers, lwithers@xxxxxxxxxx http://www.lwithers.demon.co.uk/
Attachment:
signature.asc
Description: PGP signature
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |