~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to tests/MT_Reference_Counted_Notify_Test.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="MT_Reference_Counted_Notify_Test" - 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=MT_Reference_Counted_Notify_Test - Win32 Release
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 "MT_Reference_Counted_Notify_Test.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 "MT_Reference_Counted_Notify_Test.mak" CFG="MT_Reference_Counted_Notify_Test - Win32 Release"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "MT_Reference_Counted_Notify_Test - Win32 Static Debug" (based on "Win32 (x86) Console Application")
21
 
!MESSAGE "MT_Reference_Counted_Notify_Test - Win32 Static Release" (based on "Win32 (x86) Console Application")
22
 
!MESSAGE "MT_Reference_Counted_Notify_Test - Win32 Release" (based on "Win32 (x86) Console Application")
23
 
!MESSAGE "MT_Reference_Counted_Notify_Test - Win32 Debug" (based on "Win32 (x86) Console Application")
24
 
!MESSAGE 
25
 
 
26
 
# Begin Project
27
 
# PROP AllowPerConfigDependencies 0
28
 
# PROP Scc_ProjName ""
29
 
# PROP Scc_LocalPath ""
30
 
CPP=cl.exe
31
 
RSC=rc.exe
32
 
 
33
 
!IF  "$(CFG)" == "MT_Reference_Counted_Notify_Test - Win32 Static Debug"
34
 
 
35
 
# PROP BASE Use_MFC 0
36
 
# PROP BASE Use_Debug_Libraries 1
37
 
# PROP BASE Output_Dir "Static_Debug"
38
 
# PROP BASE Intermediate_Dir "Static_Debug"
39
 
# PROP BASE Target_Dir ""
40
 
# PROP Use_MFC 0
41
 
# PROP Use_Debug_Libraries 1
42
 
# PROP Output_Dir "Static_Debug"
43
 
# PROP Intermediate_Dir "Static_Debug"
44
 
# PROP Ignore_Export_Lib 0
45
 
# PROP Target_Dir ""
46
 
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
47
 
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /D "_DEBUG" /D ACE_AS_STATIC_LIBS /D "WIN32" /D "_CONSOLE" /FD /c
48
 
# SUBTRACT CPP /YX
49
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
50
 
# ADD RSC /l 0x409 /d "_DEBUG"
51
 
BSC32=bscmake.exe
52
 
# ADD BASE BSC32 /nologo
53
 
# ADD BSC32 /nologo
54
 
LINK32=link.exe
55
 
# 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 /nologo /subsystem:console /debug /machine:I386
56
 
# ADD LINK32 acesd.lib Test_Outputsd.lib advapi32.lib user32.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\ace"
57
 
 
58
 
!ELSEIF  "$(CFG)" == "MT_Reference_Counted_Notify_Test - Win32 Static Release"
59
 
 
60
 
# PROP BASE Use_MFC 0
61
 
# PROP BASE Use_Debug_Libraries 0
62
 
# PROP BASE Output_Dir "Static_Release"
63
 
# PROP BASE Intermediate_Dir "Static_Release"
64
 
# PROP BASE Target_Dir ""
65
 
# PROP Use_MFC 0
66
 
# PROP Use_Debug_Libraries 0
67
 
# PROP Output_Dir "Static_Release"
68
 
# PROP Intermediate_Dir "Static_Release"
69
 
# PROP Ignore_Export_Lib 0
70
 
# PROP Target_Dir ""
71
 
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
72
 
# ADD CPP /nologo /MD /W3 /GX /O2 /I "../" /D "NDEBUG" /D ACE_AS_STATIC_LIBS /D "WIN32" /D "_CONSOLE" /FD /c
73
 
# SUBTRACT CPP /YX
74
 
# ADD BASE RSC /l 0x409 /d "NDEBUG"
75
 
# ADD RSC /l 0x409 /d "NDEBUG"
76
 
BSC32=bscmake.exe
77
 
# ADD BASE BSC32 /nologo
78
 
# ADD BSC32 /nologo
79
 
LINK32=link.exe
80
 
# 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 /nologo /subsystem:console /machine:I386
81
 
# ADD LINK32 aces.lib Test_Outputs.lib advapi32.lib user32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\ace"
82
 
 
83
 
!ELSEIF  "$(CFG)" == "MT_Reference_Counted_Notify_Test - Win32 Release"
84
 
 
85
 
# PROP BASE Use_MFC 0
86
 
# PROP BASE Use_Debug_Libraries 0
87
 
# PROP BASE Output_Dir "Release"
88
 
# PROP BASE Intermediate_Dir "Release"
89
 
# PROP BASE Target_Dir ""
90
 
# PROP Use_MFC 0
91
 
# PROP Use_Debug_Libraries 0
92
 
# PROP Output_Dir "Release"
93
 
# PROP Intermediate_Dir "Release"
94
 
# PROP Ignore_Export_Lib 0
95
 
# PROP Target_Dir ""
96
 
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
97
 
# ADD CPP /nologo /MD /W3 /GX /O2 /I "../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c
98
 
# SUBTRACT CPP /YX
99
 
# ADD BASE RSC /l 0x409 /d "NDEBUG"
100
 
# ADD RSC /l 0x409 /d "NDEBUG"
101
 
BSC32=bscmake.exe
102
 
# ADD BASE BSC32 /nologo
103
 
# ADD BSC32 /nologo
104
 
LINK32=link.exe
105
 
# 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 /nologo /subsystem:console /machine:I386
106
 
# ADD LINK32 ace.lib Test_Output.lib /nologo /subsystem:console /machine:I386 /libpath:"..\ace"
107
 
 
108
 
!ELSEIF  "$(CFG)" == "MT_Reference_Counted_Notify_Test - Win32 Debug"
109
 
 
110
 
# PROP BASE Use_MFC 0
111
 
# PROP BASE Use_Debug_Libraries 1
112
 
# PROP BASE Output_Dir "Debug"
113
 
# PROP BASE Intermediate_Dir "Debug"
114
 
# PROP BASE Target_Dir ""
115
 
# PROP Use_MFC 0
116
 
# PROP Use_Debug_Libraries 1
117
 
# PROP Output_Dir ""
118
 
# PROP Intermediate_Dir "Debug"
119
 
# PROP Ignore_Export_Lib 0
120
 
# PROP Target_Dir ""
121
 
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
122
 
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /c
123
 
# SUBTRACT CPP /YX
124
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
125
 
# ADD RSC /l 0x409 /d "_DEBUG"
126
 
BSC32=bscmake.exe
127
 
# ADD BASE BSC32 /nologo
128
 
# ADD BSC32 /nologo
129
 
LINK32=link.exe
130
 
# 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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
131
 
# ADD LINK32 aced.lib Test_Outputd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\ace"
132
 
 
133
 
!ENDIF 
134
 
 
135
 
# Begin Target
136
 
 
137
 
# Name "MT_Reference_Counted_Notify_Test - Win32 Static Debug"
138
 
# Name "MT_Reference_Counted_Notify_Test - Win32 Static Release"
139
 
# Name "MT_Reference_Counted_Notify_Test - Win32 Release"
140
 
# Name "MT_Reference_Counted_Notify_Test - Win32 Debug"
141
 
# Begin Group "Source Files"
142
 
 
143
 
# PROP Default_Filter ".cpp"
144
 
# Begin Source File
145
 
 
146
 
SOURCE=.\MT_Reference_Counted_Notify_Test.cpp
147
 
# End Source File
148
 
# Begin Source File
149
 
 
150
 
SOURCE=.\Main.cpp
151
 
# End Source File
152
 
# End Group
153
 
# Begin Group "Header Files"
154
 
 
155
 
# PROP Default_Filter ".h"
156
 
# Begin Source File
157
 
 
158
 
SOURCE=.\test_config.h
159
 
# End Source File
160
 
# End Group
161
 
# End Target
162
 
# End Project