diff options
author | scuri <scuri> | 2008-12-03 15:45:33 +0000 |
---|---|---|
committer | scuri <scuri> | 2008-12-03 15:45:33 +0000 |
commit | 5cb32502b777eb0dec8ec2d8a8c9714ed487b86f (patch) | |
tree | dd4da12c768ade65115f260c1d12d64aa180861b /mak.vc8 | |
parent | 41d2b4d6fbb26092580fe06cd997c238366eb532 (diff) |
*** empty log message ***
Diffstat (limited to 'mak.vc8')
-rw-r--r-- | mak.vc8/im.sln | 7 | ||||
-rw-r--r-- | mak.vc8/im_capture.vcproj | 3 | ||||
-rw-r--r-- | mak.vc8/im_wmv.vcproj | 3 |
3 files changed, 2 insertions, 11 deletions
diff --git a/mak.vc8/im.sln b/mak.vc8/im.sln index 27a3077..201b401 100644 --- a/mak.vc8/im.sln +++ b/mak.vc8/im.sln @@ -105,13 +105,6 @@ Global {CB86E507-6B6C-4FDF-9B6D-27AA123AE463}.Release|Win32.ActiveCfg = Debug|Win32 {CB86E507-6B6C-4FDF-9B6D-27AA123AE463}.Release|Win32.Build.0 = Debug|Win32 {CB86E507-6B6C-4FDF-9B6D-27AA123AE463}.Release|x64.ActiveCfg = Debug|Win32 - {909637FA-8229-45A9-9F42-53D8ED5F91C5}.Debug|Win32.ActiveCfg = Debug|Win32 - {909637FA-8229-45A9-9F42-53D8ED5F91C5}.Debug|Win32.Build.0 = Debug|Win32 - {909637FA-8229-45A9-9F42-53D8ED5F91C5}.Debug|x64.ActiveCfg = Debug|x64 - {909637FA-8229-45A9-9F42-53D8ED5F91C5}.Debug|x64.Build.0 = Debug|x64 - {909637FA-8229-45A9-9F42-53D8ED5F91C5}.Release|Win32.ActiveCfg = Debug|x64 - {909637FA-8229-45A9-9F42-53D8ED5F91C5}.Release|x64.ActiveCfg = Debug|x64 - {909637FA-8229-45A9-9F42-53D8ED5F91C5}.Release|x64.Build.0 = Debug|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/mak.vc8/im_capture.vcproj b/mak.vc8/im_capture.vcproj index e7a8555..1e16bef 100644 --- a/mak.vc8/im_capture.vcproj +++ b/mak.vc8/im_capture.vcproj @@ -4,7 +4,6 @@ Version="8,00" Name="im_capture" ProjectGUID="{CB868607-6B6C-4CDF-9B6D-27AA925AE473}" - TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -42,7 +41,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../include;../src;d:\LNG\DXSDK\Include" + AdditionalIncludeDirectories="../include;../src;d:\LNG\winSDK\Include;d:/lng/dxsdk/include" PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" ExceptionHandling="0" BasicRuntimeChecks="3" diff --git a/mak.vc8/im_wmv.vcproj b/mak.vc8/im_wmv.vcproj index f6d1b68..93241dc 100644 --- a/mak.vc8/im_wmv.vcproj +++ b/mak.vc8/im_wmv.vcproj @@ -4,7 +4,6 @@ Version="8,00" Name="im_wmv" ProjectGUID="{CB86E507-6B6C-4FDF-9B6D-27AA925AE463}" - TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -43,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../include;../src;d:\LNG\WMFSDK11\include" - PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS" ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="0" |