~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject/build/vs/pjproject-vs8-wm2003-common-defaults.vsprops

  • Committer: Jackson Doak
  • Date: 2013-07-10 21:04:46 UTC
  • mfrom: (20.1.3 sid)
  • Revision ID: noskcaj@ubuntu.com-20130710210446-y8f587vza807icr9
Properly merged from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="Windows-1252"?>
2
 
<VisualStudioPropertySheet
3
 
        ProjectType="Visual C++"
4
 
        Version="8.00"
5
 
        Name="pjproject-vs8-wm2003-common-defaults"
6
 
        >
7
 
        <Tool
8
 
                Name="VCCLCompilerTool"
9
 
                PreprocessorDefinitions="_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_)"
10
 
                DebugInformationFormat="3"
11
 
                DisableSpecificWarnings="4214;4201"
12
 
        />
13
 
        <Tool
14
 
                Name="VCLinkerTool"
15
 
                AdditionalDependencies="secchk.lib ccrtrtti.lib"
16
 
                SubSystem="9"
17
 
                StackReserveSize="65536"
18
 
                StackCommitSize="4096"
19
 
                EntryPointSymbol="WinMainCRTStartup"
20
 
                TargetMachine="3"
21
 
        />
22
 
        <Tool
23
 
                Name="VCResourceCompilerTool"
24
 
                PreprocessorDefinitions="_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_)"
25
 
        />
26
 
        <UserMacro
27
 
                Name="TargetCPU"
28
 
                Value="armv4"
29
 
        />
30
 
</VisualStudioPropertySheet>