From 1dc8329b732102fc0e10c5c23dd74ca429d86ea4 Mon Sep 17 00:00:00 2001 From: kim Date: Tue, 30 Jan 2018 17:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DWindows=2032=20Release?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EasyIPCamera_RTSP/EasyIPCamera_RTSP.vcxproj | 6 +++++- EasyIPCamera_Win/EasyIPCamera_Win.vcxproj | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/EasyIPCamera_RTSP/EasyIPCamera_RTSP.vcxproj b/EasyIPCamera_RTSP/EasyIPCamera_RTSP.vcxproj index 63165ae..135fe25 100644 --- a/EasyIPCamera_RTSP/EasyIPCamera_RTSP.vcxproj +++ b/EasyIPCamera_RTSP/EasyIPCamera_RTSP.vcxproj @@ -41,7 +41,7 @@ true - false + true @@ -68,12 +68,16 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + ./libEasyRTSPClient/Include/;../Include/ + true Console true true true + ../Lib/;./libEasyRTSPClient/Lib/ + ws2_32.lib;wsock32.lib;winmm.lib;libEasyRTSPClient.lib;libEasyIPCamera.lib diff --git a/EasyIPCamera_Win/EasyIPCamera_Win.vcxproj b/EasyIPCamera_Win/EasyIPCamera_Win.vcxproj index 767bc2b..0731bbe 100644 --- a/EasyIPCamera_Win/EasyIPCamera_Win.vcxproj +++ b/EasyIPCamera_Win/EasyIPCamera_Win.vcxproj @@ -82,7 +82,7 @@ true true WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions) - ./EasyEncoder;./EasyMP4Writer;\DShowCapture\DirectShow\Include;./;.\EasySkinUI;C:\Program Files (x86)\Visual Leak Detector\include;.\VideoSource\USBCamera\DirectShow\Include;.\DShowCapture\DirectShow;%(AdditionalIncludeDirectories) + ./EasyEncoder;./EasyMP4Writer;\DShowCapture\DirectShow\Include;./;.\EasySkinUI;.\VideoSource\USBCamera\DirectShow\Include;.\DShowCapture\DirectShow;../Include/ Windows -- GitLab