On 2010/10/20 19:44:12, conroy wrote:
http://gwt-code-reviews.appspot.com/1036801/diff/6001/7001 File plugins/npapi/Makefile (right):
http://gwt-code-reviews.appspot.com/1036801/diff/6001/7001#newcode47 plugins/npapi/Makefile:47: CFLAGS += -DBROWSER_NPAPI -DXP_UNIX
-fshort-wchar
On 2010/10/20 19:31:06, fabiomfv wrote: > out of curiosity, why are we defining XP_UNIX for a presumably mac
build?
Mac is a variant of Unix. The other npapi plugin code I looked at all
defined
XP_UNIX for both linux and mac builds.
I guess want I really meant was why we don't need XP_MACOSX explicitly and only XP_UNIX? for instance, looking at makefile.mac it seems they refer to both. http://gwt-code-reviews.appspot.com/1036801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
