Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 394 → Rev 395

/trunk/visual_studio/FilterFoundry.vcxproj
24,7 → 24,7
<Keyword>Win32Proj</Keyword>
<RootNamespace>FilterFoundry</RootNamespace>
<ProjectName>FilterFoundry</ProjectName>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
/trunk/visual_studio/nmake.mak
49,6 → 49,7
CPPFLAGS = -DWIN32 -DWIN_ENV -DYY_SKIP_YYWRAP \
-I$(PSAPI)\Pica_sp -I$(PSAPI)\Photoshop -I$(PSAPI)\General \
-I..\telegraphics_common\adobeplugin -I..\telegraphics_common\tt -I..
# /O2 = Max optimization (prefer performance). /O2 implies /Ot
CFLAGS = -O2 $(CPPFLAGS)
 
# Note since VS8 it is necessary to link with multithreaded standard lib, using /MT
/trunk/visual_studio/nmake64.mak
49,6 → 49,7
CPPFLAGS = -DWIN32 -DWIN_ENV -DYY_SKIP_YYWRAP \
-I$(PSAPI)\Pica_sp -I$(PSAPI)\Photoshop -I$(PSAPI)\General \
-I..\telegraphics_common\adobeplugin -I..\telegraphics_common\tt -I..
# /O2 = Max optimization (prefer performance). /O2 implies /Ot
CFLAGS = -O2 $(CPPFLAGS)
 
# Note since VS8 it is necessary to link with multithreaded standard lib, using /MT