~ubuntu-branches/ubuntu/maverick/tomcat6/maverick-updates

« back to all changes in this revision

Viewing changes to native/connector/tcnative.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2010-01-23 19:40:38 UTC
  • mfrom: (2.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100123194038-0tnrf6kiy0wrjrw9
Tags: 6.0.20-dfsg1-1
* Fix debian/orig-tar.sh to exclude binary only standard.jar and jstl.jar.
  (Closes: #528119)
* Upload a cleaned tarball.
* Add ${misc:Depends} in debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="tcnative" - Package Owner=<4>
2
 
# Microsoft Developer Studio Generated Build File, Format Version 6.00
3
 
# ** DO NOT EDIT **
4
 
 
5
 
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
 
 
7
 
CFG=tcnative - 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 "tcnative.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 "tcnative.mak" CFG="tcnative - Win32 Debug"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "tcnative - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21
 
!MESSAGE "tcnative - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22
 
!MESSAGE 
23
 
 
24
 
# Begin Project
25
 
# PROP AllowPerConfigDependencies 0
26
 
# PROP Scc_ProjName ""
27
 
# PROP Scc_LocalPath ""
28
 
CPP=cl.exe
29
 
MTL=midl.exe
30
 
RSC=rc.exe
31
 
 
32
 
!IF  "$(CFG)" == "tcnative - Win32 Release"
33
 
 
34
 
# PROP BASE Use_MFC 0
35
 
# PROP BASE Use_Debug_Libraries 0
36
 
# PROP BASE Output_Dir "Release"
37
 
# PROP BASE Intermediate_Dir "Release"
38
 
# PROP BASE Target_Dir ""
39
 
# PROP Use_MFC 0
40
 
# PROP Use_Debug_Libraries 0
41
 
# PROP Output_Dir "LibR"
42
 
# PROP Intermediate_Dir "LibR"
43
 
# PROP Ignore_Export_Lib 0
44
 
# PROP Target_Dir ""
45
 
# ADD BASE CPP /nologo /MD /W3 /Zi /O2 /Oy- /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
46
 
# ADD CPP /nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "../apr/include" /I "../apr/include/arch/win32" /I "$(JAVA_HOME)/include" /I "$(JAVA_HOME)/include/win32" /I "../openssl/inc32" /D "NDEBUG" /D "TCN_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /D "APR_DECLARE_STATIC" /D "NO_IDEA" /D "NO_RC5" /D "NO_MDC2" /D "OPENSSL_NO_IDEA" /D "OPENSSL_NO_RC5" /D "OPENSSL_NO_MDC2" /D "HAVE_OPENSSL" /D HAVE_SSL_SET_STATE=1 /Fd"LibR\tcnative_src" /FD /c
47
 
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
48
 
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
49
 
# ADD BASE RSC /l 0x409 /d "NDEBUG"
50
 
# ADD RSC /l 0x409 /d "NDEBUG"
51
 
BSC32=bscmake.exe
52
 
# ADD BASE BSC32 /nologo
53
 
# ADD BSC32 /nologo
54
 
LINK32=link.exe
55
 
# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib psapi.lib ole32.lib shlwapi.lib /nologo /base:"0x6EE00000" /subsystem:windows /dll /debug /machine:I386 /opt:ref
56
 
# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib psapi.lib ole32.lib shlwapi.lib rpcrt4.lib libeay32.lib ssleay32.lib /nologo /base:"0x6EE00000" /subsystem:windows /dll /debug /machine:I386 /out:"LibR/tcnative-1.dll" /libpath:"../openssl/out32" /libpath:"../openssl/out32dll" /opt:ref
57
 
 
58
 
!ELSEIF  "$(CFG)" == "tcnative - Win32 Debug"
59
 
 
60
 
# PROP BASE Use_MFC 0
61
 
# PROP BASE Use_Debug_Libraries 1
62
 
# PROP BASE Output_Dir "Debug"
63
 
# PROP BASE Intermediate_Dir "Debug"
64
 
# PROP BASE Target_Dir ""
65
 
# PROP Use_MFC 0
66
 
# PROP Use_Debug_Libraries 1
67
 
# PROP Output_Dir "LibD"
68
 
# PROP Intermediate_Dir "LibD"
69
 
# PROP Ignore_Export_Lib 0
70
 
# PROP Target_Dir ""
71
 
# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
72
 
# ADD CPP /nologo /MDd /W4 /GX /Zi /Od /I "./include" /I "../apr/include" /I "../apr/include/arch/win32" /I "$(JAVA_HOME)/include" /I "$(JAVA_HOME)/include/win32" /I "../openssl/inc32" /D "_DEBUG" /D "TCN_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /D "APR_DECLARE_STATIC" /D "NO_IDEA" /D "NO_RC5" /D "NO_MDC2" /D "OPENSSL_NO_IDEA" /D "OPENSSL_NO_RC5" /D "OPENSSL_NO_MDC2" /D "HAVE_OPENSSL" /D HAVE_SSL_SET_STATE=1 /Fd"LibD\tcnative_src" /FD /c
73
 
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
74
 
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
75
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
76
 
# ADD RSC /l 0x409 /d "_DEBUG"
77
 
BSC32=bscmake.exe
78
 
# ADD BASE BSC32 /nologo
79
 
# ADD BSC32 /nologo
80
 
LINK32=link.exe
81
 
# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib psapi.lib ole32.lib shlwapi.lib /nologo /base:"0x6EE00000" /subsystem:windows /dll /incremental:no /debug /machine:I386
82
 
# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib psapi.lib ole32.lib shlwapi.lib rpcrt4.lib libeay32.lib ssleay32.lib /nologo /base:"0x6EE00000" /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"LibD/tcnative-1.dll" /libpath:"../openssl/out32" /libpath:"../openssl/out32dll" 
83
 
 
84
 
!ENDIF 
85
 
 
86
 
# Begin Target
87
 
 
88
 
# Name "tcnative - Win32 Release"
89
 
# Name "tcnative - Win32 Debug"
90
 
# Begin Group "Source Files"
91
 
 
92
 
# PROP Default_Filter ""
93
 
# Begin Source File
94
 
 
95
 
SOURCE=.\src\address.c
96
 
# End Source File
97
 
# Begin Source File
98
 
 
99
 
SOURCE=.\src\dir.c
100
 
# End Source File
101
 
# Begin Source File
102
 
 
103
 
SOURCE=.\src\error.c
104
 
# End Source File
105
 
# Begin Source File
106
 
 
107
 
SOURCE=.\src\file.c
108
 
# End Source File
109
 
# Begin Source File
110
 
 
111
 
SOURCE=.\src\info.c
112
 
# End Source File
113
 
# Begin Source File
114
 
 
115
 
SOURCE=.\src\jnilib.c
116
 
# End Source File
117
 
# Begin Source File
118
 
 
119
 
SOURCE=.\src\lock.c
120
 
# End Source File
121
 
# Begin Source File
122
 
 
123
 
SOURCE=.\src\misc.c
124
 
# End Source File
125
 
# Begin Source File
126
 
 
127
 
SOURCE=.\src\mmap.c
128
 
# End Source File
129
 
# Begin Source File
130
 
 
131
 
SOURCE=.\src\multicast.c
132
 
# End Source File
133
 
# Begin Source File
134
 
 
135
 
SOURCE=.\src\network.c
136
 
# End Source File
137
 
# Begin Source File
138
 
 
139
 
SOURCE=.\src\poll.c
140
 
# End Source File
141
 
# Begin Source File
142
 
 
143
 
SOURCE=.\src\pool.c
144
 
# End Source File
145
 
# Begin Source File
146
 
 
147
 
SOURCE=.\src\proc.c
148
 
# End Source File
149
 
# Begin Source File
150
 
 
151
 
SOURCE=.\src\shm.c
152
 
# End Source File
153
 
# Begin Source File
154
 
 
155
 
SOURCE=.\src\ssl.c
156
 
# End Source File
157
 
# Begin Source File
158
 
 
159
 
SOURCE=.\src\sslcontext.c
160
 
# End Source File
161
 
# Begin Source File
162
 
 
163
 
SOURCE=.\src\sslinfo.c
164
 
# End Source File
165
 
# Begin Source File
166
 
 
167
 
SOURCE=.\src\sslnetwork.c
168
 
# End Source File
169
 
# Begin Source File
170
 
 
171
 
SOURCE=.\src\sslutils.c
172
 
# End Source File
173
 
# Begin Source File
174
 
 
175
 
SOURCE=.\src\stdlib.c
176
 
# End Source File
177
 
# Begin Source File
178
 
 
179
 
SOURCE=.\src\thread.c
180
 
# End Source File
181
 
# Begin Source File
182
 
 
183
 
SOURCE=.\src\user.c
184
 
# End Source File
185
 
# End Group
186
 
# Begin Group "Generated Files"
187
 
 
188
 
# PROP Default_Filter ""
189
 
# End Group
190
 
# Begin Group "Header Files"
191
 
 
192
 
# PROP Default_Filter ""
193
 
# Begin Source File
194
 
 
195
 
SOURCE=.\include\ssl_private.h
196
 
# End Source File
197
 
# Begin Source File
198
 
 
199
 
SOURCE=.\include\tcn.h
200
 
# End Source File
201
 
# Begin Source File
202
 
 
203
 
SOURCE=.\include\tcn_api.h
204
 
# End Source File
205
 
# Begin Source File
206
 
 
207
 
SOURCE=.\include\tcn_version.h
208
 
# End Source File
209
 
# End Group
210
 
# Begin Group "Platform Files"
211
 
 
212
 
# PROP Default_Filter ""
213
 
# Begin Source File
214
 
 
215
 
SOURCE=.\os\win32\ntpipe.c
216
 
# End Source File
217
 
# Begin Source File
218
 
 
219
 
SOURCE=.\os\win32\registry.c
220
 
# End Source File
221
 
# Begin Source File
222
 
 
223
 
SOURCE=.\os\win32\system.c
224
 
# End Source File
225
 
# End Group
226
 
# Begin Source File
227
 
 
228
 
SOURCE=.\os\win32\libtcnative.rc
229
 
# End Source File
230
 
# End Target
231
 
# End Project