Using gl3w loading library cross platform

I need to use gl3w cross platform, and I was wondering, if I run the python script and generate headers and compilation files on one machine, can these be used cross architectures/cross platforms? Or should one run the script and generate files separately for each platform/architecture?