add CMakeList.txt. build windows binary by using vs2019. (#1134)

* add CMakeList.txt. build windows binary by using vs2019.

* remove macro redefinition warning.

* add nmake.bat.

* update CMakeLists.txt. build successfully on Ubuntu-1804-amd64.

* add CMakeList.txt. build windows binary by using vs2019.

* remove macro redefinition warning.

* add nmake.bat.

* update CMakeLists.txt. build successfully on Ubuntu-1804-amd64.

* Add build specific arch option.

* fix old MSVC inline and mipsel macro.

* add install target and option of embeded MSVCRT lib.

* add cmake.sh and document.

* add xwings and chenhuitao as programmer.

* fix COMPILE-CMAKE. rename txt to md.
This commit is contained in:
Chen Huitao
2019-09-08 16:42:43 +08:00
committed by Nguyen Anh Quynh
parent 8987ad0fff
commit 60896de9f4
8 changed files with 1045 additions and 1 deletions

View File

@ -69,3 +69,5 @@ David Zimmer: VB6 binding.
zhangwm: ARM & ARM64 big endian.
Mohamed Osama: FreePascal/Delphi binding.
Philippe Antoine (Catena cyber): fuzzing
KaiJern Lau (xwings): programmer
Huitao Chen (chenhuitao): programmer