Bo Peng a écrit :
Bo> 1. test 2. check for cygwin
I can't do any of these.
I am doing both.
Thank you. I (or you) can fix the enum{ View, Edit} thing after the
patch is confirmed to work.
Bo> 3. add autoconf things for -lshlwapi
Isn't there a place already where one has to add a bunch of -lfoo to
compile under windows?
Currently I have to add libraries using LDFLAGS at configure time:
LDFLAGS="-L$QTDIR/lib -lqt -lkernel32 -luser32 -lgdi32 -lcomdlg32 \
-ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -limm32 -lwinmm \
-lwsock32 -lwinspool"
This one is simply another library to add to the list. I have to do
the same with cygwin and have on my todo list this problem.
Good, then we do not have to change configure.ac for a platform check.
Hum, not sure... On my platform I don't have to set LDFLAGS manually and
I would like it to stay that way. I don't understand why you have to set
them Enrico but we should fix that.
Abdel.