~ubuntu-branches/ubuntu/oneiric/squid3/oneiric-security

« back to all changes in this revision

Viewing changes to lib/cppunit-1.10.0/examples/money/money.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2007-05-13 16:03:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513160316-2h6kn6h1z0q1fvyo
Tags: 3.0.PRE6-1
* New upstream release
  - Removed patches integrated upsteam:
    + 04-m68k-ftbfs

* debian/rules
  - Enable delay pools (Closes: #410785)
  - Enable cache digests (Closes: #416631)
  - Enable ICAP client
  - Raised Max Filedescriptor limit to 65536

* debian/control
  - Added real package dependency for httpd in squid3-cgi

* debian/patches/02-makefile-defaults
  - Fix default configuration file for cachemgr.cgi (Closes: #416630)

* debian/squid3.postinst
  - Fixed bashish in postinst (Closes: #411797)

* debian/patches/05-helpers-typo
  - Added upstream patch fixing compilation error in src/helpers.cc

* debian/patches/06-mem-obj-reference
  - Added upstream patch fixing a mem_obj reference in src/store.cc

* debian/patches/07-close-icap-connections
  - Added upstream patch fixing icap connection starvation

* debian/squid3.rc
  - Added LSB-compliant description to rc script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="money" - Package Owner=<4>
2
 
# Microsoft Developer Studio Generated Build File, Format Version 6.00
3
 
# ** DO NOT EDIT **
4
 
 
5
 
# TARGTYPE "Win32 (x86) Console Application" 0x0103
6
 
 
7
 
CFG=money - 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 "money.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 "money.mak" CFG="money - Win32 Debug"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "money - Win32 Release" (based on "Win32 (x86) Console Application")
21
 
!MESSAGE "money - Win32 Debug" (based on "Win32 (x86) Console Application")
22
 
!MESSAGE 
23
 
 
24
 
# Begin Project
25
 
# PROP AllowPerConfigDependencies 0
26
 
# PROP Scc_ProjName ""
27
 
# PROP Scc_LocalPath ""
28
 
CPP=cl.exe
29
 
RSC=rc.exe
30
 
 
31
 
!IF  "$(CFG)" == "money - Win32 Release"
32
 
 
33
 
# PROP BASE Use_MFC 0
34
 
# PROP BASE Use_Debug_Libraries 0
35
 
# PROP BASE Output_Dir "Release"
36
 
# PROP BASE Intermediate_Dir "Release"
37
 
# PROP BASE Target_Dir ""
38
 
# PROP Use_MFC 0
39
 
# PROP Use_Debug_Libraries 0
40
 
# PROP Output_Dir "Release"
41
 
# PROP Intermediate_Dir "Release"
42
 
# PROP Ignore_Export_Lib 0
43
 
# PROP Target_Dir ""
44
 
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
45
 
# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
46
 
# ADD BASE RSC /l 0x40c /d "NDEBUG"
47
 
# ADD RSC /l 0x40c /d "NDEBUG"
48
 
BSC32=bscmake.exe
49
 
# ADD BASE BSC32 /nologo
50
 
# ADD BSC32 /nologo
51
 
LINK32=link.exe
52
 
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
53
 
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunit.lib /nologo /subsystem:console /machine:I386 /libpath:"../../lib"
54
 
# Begin Special Build Tool
55
 
TargetPath=.\Release\money.exe
56
 
SOURCE="$(InputPath)"
57
 
PostBuild_Desc=Unit testing...
58
 
PostBuild_Cmds=$(TargetPath)
59
 
# End Special Build Tool
60
 
 
61
 
!ELSEIF  "$(CFG)" == "money - Win32 Debug"
62
 
 
63
 
# PROP BASE Use_MFC 0
64
 
# PROP BASE Use_Debug_Libraries 1
65
 
# PROP BASE Output_Dir "Debug"
66
 
# PROP BASE Intermediate_Dir "Debug"
67
 
# PROP BASE Target_Dir ""
68
 
# PROP Use_MFC 0
69
 
# PROP Use_Debug_Libraries 1
70
 
# PROP Output_Dir "Debug"
71
 
# PROP Intermediate_Dir "Debug"
72
 
# PROP Ignore_Export_Lib 0
73
 
# PROP Target_Dir ""
74
 
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
75
 
# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
76
 
# ADD BASE RSC /l 0x40c /d "_DEBUG"
77
 
# ADD RSC /l 0x40c /d "_DEBUG"
78
 
BSC32=bscmake.exe
79
 
# ADD BASE BSC32 /nologo
80
 
# ADD BSC32 /nologo
81
 
LINK32=link.exe
82
 
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
83
 
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunitd.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/moneyd.exe" /pdbtype:sept /libpath:"../../lib"
84
 
# Begin Special Build Tool
85
 
TargetPath=.\Debug\moneyd.exe
86
 
SOURCE="$(InputPath)"
87
 
PostBuild_Desc=Unit testing...
88
 
PostBuild_Cmds=$(TargetPath)
89
 
# End Special Build Tool
90
 
 
91
 
!ENDIF 
92
 
 
93
 
# Begin Target
94
 
 
95
 
# Name "money - Win32 Release"
96
 
# Name "money - Win32 Debug"
97
 
# Begin Group "Source Files"
98
 
 
99
 
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
100
 
# Begin Source File
101
 
 
102
 
SOURCE=.\MoneyApp.cpp
103
 
# End Source File
104
 
# Begin Source File
105
 
 
106
 
SOURCE=.\MoneyTest.cpp
107
 
# End Source File
108
 
# Begin Source File
109
 
 
110
 
SOURCE=.\StdAfx.cpp
111
 
# ADD CPP /Yc"stdafx.h"
112
 
# End Source File
113
 
# End Group
114
 
# Begin Group "Header Files"
115
 
 
116
 
# PROP Default_Filter "h;hpp;hxx;hm;inl"
117
 
# Begin Source File
118
 
 
119
 
SOURCE=.\Money.h
120
 
# End Source File
121
 
# Begin Source File
122
 
 
123
 
SOURCE=.\MoneyTest.h
124
 
# End Source File
125
 
# Begin Source File
126
 
 
127
 
SOURCE=.\StdAfx.h
128
 
# End Source File
129
 
# End Group
130
 
# Begin Group "Resource Files"
131
 
 
132
 
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
133
 
# End Group
134
 
# End Target
135
 
# End Project