From: klaas.holwerda <kho...@xs...> - 2006-01-19 19:25:54
|
Francesco Montorsi wrote: > > >> A second thing is that on windows the solution is different (WXLUA >> var i think). > > pkg-config also exists for windows. That is good to hear. > I've never tried it on win32, though. Also, I think that a WXLUA var > should be enough there. (if I would use wxLua in a bakefile-based > application I would add a WXLUA_DIR option which can be used by the > user to specify wxLua location ). That is enough to knwo its location, the problem is to get the information needed like libs etc. Like in Cmake i have to write code for that, while the information is already available in wxLua itself, there is only not an easy way to retrieve in on windows. > > >> I wonder if the wxlua.pc can contain more stuff, which is morer >> suitable for other environments/build systems. >> e.g. a list of libraries without -l in it and a libpath withput -L >> is for me much more handy. > > sure, through --variable and -libs-only-L, --libs-only-l and maybe > --msvc-syntax if you don't want the -l. Great, love to see those.. > >> Can it be generated for Pc too? > > sorry, what do you mean by "Pc" here ? Sorry i meant windows. Worked to much on Unix system i think ;-) Klaas |