~ubuntu-branches/ubuntu/trusty/subversion/trusty-proposed

« back to all changes in this revision

Viewing changes to build/win32/svn_config.dsp

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft
  • Date: 2012-06-21 15:36:36 UTC
  • mfrom: (0.4.13 sid)
  • Revision ID: package-import@ubuntu.com-20120621153636-amqqmuidgwgxz1ly
Tags: 1.7.5-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Create pot file on build.
  - Build a python-subversion-dbg package.
  - Build-depend on python-dbg.
  - Build-depend on default-jre-headless/-jdk.
  - Do not apply java-build patch.
  - debian/rules: Manually create the doxygen output directory, otherwise
    we get weird build failures when running parallel builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="__CONFIG__" - Package Owner=<4>
2
 
# Microsoft Developer Studio Generated Build File, Format Version 6.00
3
 
# ** DO NOT EDIT **
4
 
 
5
 
# TARGTYPE "Win32 (x86) Generic Project" 0x010a
6
 
 
7
 
CFG=__CONFIG__ - 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 "svn_config.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 "svn_config.mak" CFG="__CONFIG__ - Win32 Debug"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "__CONFIG__ - Win32 Release" (based on "Win32 (x86) Generic Project")
21
 
!MESSAGE "__CONFIG__ - Win32 Debug" (based on "Win32 (x86) Generic Project")
22
 
!MESSAGE 
23
 
 
24
 
# Begin Project
25
 
# PROP AllowPerConfigDependencies 0
26
 
# PROP Scc_ProjName ""
27
 
# PROP Scc_LocalPath ""
28
 
MTL=midl.exe
29
 
 
30
 
!IF  "$(CFG)" == "__CONFIG__ - Win32 Release"
31
 
 
32
 
# PROP BASE Use_MFC 0
33
 
# PROP BASE Use_Debug_Libraries 0
34
 
# PROP BASE Output_Dir "Release"
35
 
# PROP BASE Intermediate_Dir "Release"
36
 
# PROP BASE Target_Dir ""
37
 
# PROP Use_MFC 0
38
 
# PROP Use_Debug_Libraries 0
39
 
# PROP Output_Dir ""
40
 
# PROP Intermediate_Dir ""
41
 
# PROP Target_Dir ""
42
 
 
43
 
!ELSEIF  "$(CFG)" == "__CONFIG__ - Win32 Debug"
44
 
 
45
 
# PROP BASE Use_MFC 0
46
 
# PROP BASE Use_Debug_Libraries 1
47
 
# PROP BASE Output_Dir "Debug"
48
 
# PROP BASE Intermediate_Dir "Debug"
49
 
# PROP BASE Target_Dir ""
50
 
# PROP Use_MFC 0
51
 
# PROP Use_Debug_Libraries 1
52
 
# PROP Output_Dir ""
53
 
# PROP Intermediate_Dir ""
54
 
# PROP Target_Dir ""
55
 
 
56
 
!ENDIF 
57
 
 
58
 
# Begin Target
59
 
 
60
 
# Name "__CONFIG__ - Win32 Release"
61
 
# Name "__CONFIG__ - Win32 Debug"
62
 
# Begin Source File
63
 
 
64
 
SOURCE=..\..\subversion\svn_private_config.h
65
 
# PROP Exclude_From_Build 1
66
 
# End Source File
67
 
# Begin Source File
68
 
 
69
 
SOURCE=..\..\subversion\svn_private_config.hw
70
 
 
71
 
!IF  "$(CFG)" == "__CONFIG__ - Win32 Release"
72
 
 
73
 
# PROP Ignore_Default_Tool 1
74
 
# Begin Custom Build - Creating svn_private_config.h from svn_private_config.hw.
75
 
InputPath=..\..\subversion\svn_private_config.hw
76
 
 
77
 
"..\..\subversion\svn_private_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
78
 
        copy ..\..\subversion\svn_private_config.hw ..\..\subversion\svn_private_config.h > nul
79
 
 
80
 
# End Custom Build
81
 
 
82
 
!ELSEIF  "$(CFG)" == "__CONFIG__ - Win32 Debug"
83
 
 
84
 
# PROP Ignore_Default_Tool 1
85
 
# Begin Custom Build - Creating svn_private_config.h from svn_private_config.hw.
86
 
InputPath=..\..\subversion\svn_private_config.hw
87
 
 
88
 
"..\..\subversion\svn_private_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
89
 
        copy ..\..\subversion\svn_private_config.hw ..\..\subversion\svn_private_config.h > nul
90
 
 
91
 
# End Custom Build
92
 
 
93
 
!ENDIF 
94
 
 
95
 
# End Source File
96
 
# End Target
97
 
# End Project