Update submodules.

This commit is contained in:
momo5502 2016-02-12 13:09:10 +01:00
parent 5e879b0307
commit 4fa8ebd3c5
3 changed files with 3 additions and 3 deletions

2
deps/Wink-Signals vendored

@ -1 +1 @@
Subproject commit a42886b61d4469d6d1b2932374bbfdab065ebe06 Subproject commit 713eb9ae0eee3fd4247a4b7c7c7b1f27846b84a9

2
deps/protobuf vendored

@ -1 +1 @@
Subproject commit caf1fb7197ee94c07108fc7cfbca07432b185a28 Subproject commit 3ee2e20539294c0baff879d5c5164540c8749a2b

View File

@ -103,7 +103,7 @@ workspace "iw4x"
-- Pre-compiled header -- Pre-compiled header
pchheader "STDInclude.hpp" -- must be exactly same as used in #include directives pchheader "STDInclude.hpp" -- must be exactly same as used in #include directives
pchsource "src/STDInclude.cpp" -- real path pchsource "src/STDInclude.cpp" -- real path
buildoptions { "/Zm100" } buildoptions { "/Zm100 -Zm100" }
filter "files:**.pb.*" filter "files:**.pb.*"
flags { flags {
"NoPCH", "NoPCH",