mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-01-19 13:44:41 +01:00
Update libraries and make it build on windows.
Still gets some warnings because compilers have changed. But should work.
This commit is contained in:
25
vendor/POCO/.gitignore
vendored
25
vendor/POCO/.gitignore
vendored
@@ -43,9 +43,13 @@ config.build
|
||||
config.make
|
||||
|
||||
# CLion #
|
||||
########
|
||||
#########
|
||||
.idea/
|
||||
|
||||
# Qt Creator #
|
||||
#########
|
||||
build/Qt_*
|
||||
|
||||
# CMake #
|
||||
########
|
||||
cmake_install.cmake
|
||||
@@ -131,6 +135,9 @@ lib/
|
||||
lib64/
|
||||
pocomsg.h
|
||||
**/UpgradeLog*.XML
|
||||
/out/build/x64-Debug
|
||||
.vs/
|
||||
vcpkg_installed/
|
||||
|
||||
# Eclipse generated files #
|
||||
###########################
|
||||
@@ -144,6 +151,7 @@ cmake-build/
|
||||
*.bak
|
||||
stage/
|
||||
releases/
|
||||
poco_build_stderr.out
|
||||
|
||||
# vim #
|
||||
#######
|
||||
@@ -151,3 +159,18 @@ releases/
|
||||
*.swp
|
||||
*.vim
|
||||
tags
|
||||
|
||||
# Javascript #
|
||||
##############
|
||||
package-lock.json
|
||||
node_modules
|
||||
|
||||
# Old Visual Studio files #
|
||||
###########################
|
||||
*_vs1[45]0.sln
|
||||
*_vs1[45]0.vcxproj
|
||||
*_vs1[45]0.vcxproj.filters
|
||||
|
||||
# Debug files #
|
||||
##############
|
||||
*.core
|
||||
|
||||
Reference in New Issue
Block a user