diff options
Diffstat (limited to 'WebKitLibraries/win/tools/vsprops/production.vsprops')
-rw-r--r-- | WebKitLibraries/win/tools/vsprops/production.vsprops | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/WebKitLibraries/win/tools/vsprops/production.vsprops b/WebKitLibraries/win/tools/vsprops/production.vsprops new file mode 100644 index 0000000..cc5ba1c --- /dev/null +++ b/WebKitLibraries/win/tools/vsprops/production.vsprops @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="production" + > + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="__PRODUCTION__=1" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="__PRODUCTION__=1" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="__PRODUCTION__=1" + /> + <UserMacro + Name="ProductionBuild" + Value="1" + /> + <UserMacro + Name="PRODUCTION" + Value="1" + PerformEnvironmentSet="true" + /> +</VisualStudioPropertySheet> |