mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-26 12:24:32 +00:00
* mingw-w64 fixes - `WIN32` is user-defined, `_WIN32` is pre-defined by toolchain[1] - use gcc options instead of MSVC - `-fPIC` is redundant on mingw - don't error on `old-style-cast` [1] https://msdn.microsoft.com/en-us/library/b0084kay.aspx * add option to build shared libs * add option to disable command line tools * ignore more Visual Studio files * enable shared builds on MSVC (with cmake >= 3.4) https://blog.kitware.com/create-dlls-on-windows-without-declspec-using-new-cmake-export-all-feature/ * fix old-style-cast warning
15 lines
165 B
Plaintext
15 lines
165 B
Plaintext
Makefile
|
|
cmake_install.cmake
|
|
dump-prog/dump-prog
|
|
*.swp
|
|
python/build
|
|
.idea
|
|
cmake-build-debug
|
|
cmake-build-release
|
|
build
|
|
CMakeSettings.json
|
|
.vs
|
|
.vscode
|
|
examples_build
|
|
|