c++ - Setting up files to compile on any computer in Visual Studio -


question: once code working how should prepare files stranger on different computer can compile without difficulty?

additional details: sending code sample company part of application elegant solution better (i.e. minimise number of files required etc) , no work should necessary stranger @ other end.

although using 1 simple library, need set include directories, include lib files, images, dll files etc compiles correctly.

if matters, using visual studio 2015 , simple library sdl.

sorry if duplicate, sure question have been asked before if exists don't know correct terminology find amongst noise.

apologies if overly simplistic, might want bound scope of project deciding computers want support, , build code on platforms, in advance, sure.

list supported platforms in release notes, including platform-specific instructions or information (which vc++ versions, c++ versions, os versions, dlls, directory structure, etc.).

you may have stick "#ifdef"s , such in code, building on particular platform/configuration know sure.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -