~ubuntu-branches/debian/sid/subversion/sid

« back to all changes in this revision

Viewing changes to build/generator/templates/serf.dsp.ezt

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2015-08-07 21:32:47 UTC
  • mfrom: (0.2.15) (4.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20150807213247-ozyewtmgsr6tkewl
Tags: 1.9.0-1
* Upload to unstable
* New upstream release.
  + Security fixes
    - CVE-2015-3184: Mixed anonymous/authenticated path-based authz with
      httpd 2.4
    - CVE-2015-3187: svn_repos_trace_node_locations() reveals paths hidden
      by authz
* Add >= 2.7 requirement for python-all-dev Build-Depends, needed to run
  tests.
* Remove Build-Conflicts against ruby-test-unit.  (Closes: #791844)
* Remove patches/apache_module_dependency in favor of expressing the
  dependencies in authz_svn.load/dav_svn.load.
* Build-Depend on apache2-dev (>= 2.4.16) to ensure ap_some_authn_required()
  is available when building mod_authz_svn and Depend on apache2-bin (>=
  2.4.16) for runtime support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="serf" - Package Owner=<4>
2
 
# Microsoft Developer Studio Generated Build File, Format Version 6.00
3
 
# ** DO NOT EDIT **
4
 
 
5
 
# TARGTYPE "Win32 (x86) External Target" 0x0106
6
 
 
7
 
CFG=serf - Win32 Debug
8
 
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9
 
!MESSAGE use the Export Makefile command and run
10
 
!MESSAGE 
11
 
!MESSAGE NMAKE /f "serf.mak".
12
 
!MESSAGE 
13
 
!MESSAGE You can specify a configuration when running NMAKE
14
 
!MESSAGE by defining the macro CFG on the command line. For example:
15
 
!MESSAGE 
16
 
!MESSAGE NMAKE /f "serf.mak" CFG="serf - Win32 Debug"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "serf - Win32 Release" (based on "Win32 (x86) External Target")
21
 
!MESSAGE "serf - Win32 Debug" (based on "Win32 (x86) External Target")
22
 
!MESSAGE 
23
 
 
24
 
# Begin Project
25
 
# PROP AllowPerConfigDependencies 0
26
 
# PROP Scc_ProjName ""
27
 
# PROP Scc_LocalPath ""
28
 
 
29
 
!IF  "$(CFG)" == "serf - Win32 Release"
30
 
 
31
 
# PROP BASE Use_MFC 0
32
 
# PROP BASE Use_Debug_Libraries 0
33
 
# PROP BASE Output_Dir "Release"
34
 
# PROP BASE Intermediate_Dir "Release"
35
 
# PROP BASE Target_File "Release/[serf_lib]"
36
 
# PROP BASE Bsc_Name ""
37
 
# PROP Use_MFC 0
38
 
# PROP Use_Debug_Libraries 0
39
 
# PROP Output_Dir "Release"
40
 
# PROP Intermediate_Dir "Release"
41
 
# PROP Cmd_Line "nmake /s /nologo /f serf.mak CLEAN ALL APR_SRC=[apr_path] APRUTIL_SRC=[apr_util_path] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
42
 
# PROP Rebuild_Opt "/a"
43
 
# PROP Target_File "Release/[serf_lib]"
44
 
# PROP Bsc_Name ""
45
 
 
46
 
!ELSEIF  "$(CFG)" == "serf - Win32 Debug"
47
 
 
48
 
# PROP BASE Use_MFC 0
49
 
# PROP BASE Use_Debug_Libraries 1
50
 
# PROP BASE Output_Dir "Debug"
51
 
# PROP BASE Intermediate_Dir "Debug"
52
 
# PROP BASE Rebuild_Opt "/a"
53
 
# PROP BASE Target_File "Debug/[serf_lib]"
54
 
# PROP BASE Bsc_Name ""
55
 
# PROP Use_MFC 0
56
 
# PROP Use_Debug_Libraries 1
57
 
# PROP Output_Dir "Debug"
58
 
# PROP Intermediate_Dir "Debug"
59
 
# PROP Cmd_Line "nmake /s /nologo /f serf.mak CLEAN ALL DEBUG_BUILD=1 APR_SRC=[apr_path] APRUTIL_SRC=[apr_util_path]  [if-any zlib_path]ZLIB_SRC=[zlib_path] ZLIB_LIBS=[zlib_path]\zlibstatD.lib[end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
60
 
# PROP Rebuild_Opt "/a"
61
 
# PROP Target_File "Debug/[serf_lib]"
62
 
# PROP Bsc_Name ""
63
 
 
64
 
!ENDIF 
65
 
 
66
 
# Begin Target
67
 
 
68
 
# Name "serf - Win32 Release"
69
 
# Name "serf - Win32 Debug"
70
 
 
71
 
!IF  "$(CFG)" == "serf - Win32 Release"
72
 
 
73
 
!ELSEIF  "$(CFG)" == "serf - Win32 Debug"
74
 
 
75
 
!ENDIF 
76
 
 
77
 
# Begin Group "Source Files"
78
 
 
79
 
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
80
 
[for serf_sources]# Begin Source File
81
 
 
82
 
SOURCE="[serf_sources]"
83
 
# End Source File
84
 
[end]
85
 
# End Group
86
 
# Begin Group "Header Files"
87
 
 
88
 
# PROP Default_Filter "h;hpp;hxx;hm;inl"
89
 
[for serf_headers]# Begin Source File
90
 
 
91
 
SOURCE="[serf_headers]"
92
 
# End Source File
93
 
[end]
94
 
# End Group
95
 
# End Target
96
 
# End Project