litespeed-quic/wincompat
Dmitri Tikhonov db236e9092 Merge wincompat/test_common_win.c into test_common.c
The macro soup in test_common.c acquired a few more fingernails, but
this is better than maintaining (or, rather, forgetting to maintain)
two versions of the same code.
2018-05-07 16:31:15 -04:00
..
sys compiles in debug/release. tests pass (in debug config at least) 2018-03-12 15:25:01 -07:00
getopt.c compiles in debug/release. tests pass (in debug config at least) 2018-03-12 15:25:01 -07:00
getopt.h compiles in debug/release. tests pass (in debug config at least) 2018-03-12 15:25:01 -07:00
getopt1.c compiles in debug/release. tests pass (in debug config at least) 2018-03-12 15:25:01 -07:00
README.txt updated to upstream ran all tests again. 2018-03-12 19:56:06 -07:00
vc_compat.h compiles in debug/release. tests pass (in debug config at least) 2018-03-12 15:25:01 -07:00

- only debug and release are expected in the Cmakelists.txt. If you need a different config, please follow the model in that file to add it.

- vcpkg does not have boringssl, so you'll have to build it yourself. Follow the instructions at the boringssl repository.
  With the caveat that you should do it from a VC command prompt for the correct architecture and make sure to set all 
  the paths for perl,ninja,etc. correctly. Also watch out for C runtime library mismatches with the externals you link.


- zlib and libevent do exist in vcpkg. 

- getopt files are really old and could probably use updating.