~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to make/msvc_prj/regexp/regexp.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="regexp" - Package Owner=<4>
 
2
# Microsoft Developer Studio Generated Build File, Format Version 6.00
 
3
# ** DO NOT EDIT **
 
4
 
 
5
# TARGTYPE "Win32 (x86) Static Library" 0x0104
 
6
 
 
7
CFG=regexp - Win32 DebugDLL
 
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 "regexp.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 "regexp.mak" CFG="regexp - Win32 DebugDLL"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "regexp - Win32 DebugDLL" (based on "Win32 (x86) Static Library")
 
21
!MESSAGE 
 
22
 
 
23
# Begin Project
 
24
# PROP AllowPerConfigDependencies 0
 
25
# PROP Scc_ProjName ""
 
26
# PROP Scc_LocalPath ""
 
27
CPP=cl.exe
 
28
RSC=rc.exe
 
29
 
 
30
!IF  "$(CFG)" == "regexp - Win32 DebugDLL"
 
31
 
 
32
# PROP BASE Use_MFC 0
 
33
# PROP BASE Use_Debug_Libraries 1
 
34
# PROP BASE Output_Dir "DebugDLL"
 
35
# PROP BASE Intermediate_Dir "DebugDLL"
 
36
# PROP BASE Target_Dir ""
 
37
# PROP Use_MFC 0
 
38
# PROP Use_Debug_Libraries 1
 
39
# PROP Output_Dir "DebugDLL"
 
40
# PROP Intermediate_Dir "DebugDLL"
 
41
# PROP Target_Dir ""
 
42
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
 
43
# SUBTRACT BASE CPP /Fr
 
44
# ADD CPP /nologo /MDd /W3 /Gm /GR /Z7 /Od /I "..\..\.." /I "..\..\..\corelib" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
 
45
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
46
# ADD RSC /l 0x409 /d "_DEBUG"
 
47
BSC32=bscmake.exe
 
48
# ADD BASE BSC32 /nologo
 
49
# ADD BSC32 /nologo
 
50
LIB32=link.exe -lib
 
51
# ADD BASE LIB32 /nologo
 
52
# ADD LIB32 /nologo
 
53
 
 
54
!ENDIF 
 
55
 
 
56
# Begin Target
 
57
 
 
58
# Name "regexp - Win32 DebugDLL"
 
59
# Begin Group "Source Files"
 
60
 
 
61
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
62
# Begin Source File
 
63
 
 
64
SOURCE=..\..\..\regexp\chartables.c
 
65
# End Source File
 
66
# Begin Source File
 
67
 
 
68
SOURCE=..\..\..\regexp\get.c
 
69
# End Source File
 
70
# Begin Source File
 
71
 
 
72
SOURCE=..\..\..\regexp\maketables.c
 
73
# End Source File
 
74
# Begin Source File
 
75
 
 
76
SOURCE=..\..\..\regexp\pcre.c
 
77
# End Source File
 
78
# Begin Source File
 
79
 
 
80
SOURCE=..\..\..\regexp\pcreposix.c
 
81
# End Source File
 
82
# Begin Source File
 
83
 
 
84
SOURCE=..\..\..\regexp\study.c
 
85
# End Source File
 
86
# End Group
 
87
# Begin Group "Header Files"
 
88
 
 
89
# PROP Default_Filter "h;hpp;hxx;hm;inl"
 
90
# Begin Source File
 
91
 
 
92
SOURCE=..\..\..\regexp\pcre.h
 
93
# End Source File
 
94
# Begin Source File
 
95
 
 
96
SOURCE=..\..\..\regexp\pcre_config.h
 
97
# End Source File
 
98
# Begin Source File
 
99
 
 
100
SOURCE=..\..\..\regexp\pcre_internal.h
 
101
# End Source File
 
102
# Begin Source File
 
103
 
 
104
SOURCE=..\..\..\regexp\pcreposix.h
 
105
# End Source File
 
106
# End Group
 
107
# Begin Group "Doc"
 
108
 
 
109
# PROP Default_Filter ""
 
110
# Begin Source File
 
111
 
 
112
SOURCE=..\..\..\regexp\doc\AUTHORS
 
113
# End Source File
 
114
# Begin Source File
 
115
 
 
116
SOURCE=..\..\..\regexp\doc\LICENCE
 
117
# End Source File
 
118
# Begin Source File
 
119
 
 
120
SOURCE=..\..\..\regexp\doc\NEWS
 
121
# End Source File
 
122
# Begin Source File
 
123
 
 
124
SOURCE="..\..\..\regexp\doc\NON-UNIX-USE"
 
125
# End Source File
 
126
# Begin Source File
 
127
 
 
128
SOURCE=..\..\..\regexp\doc\README
 
129
# End Source File
 
130
# End Group
 
131
# Begin Source File
 
132
 
 
133
SOURCE=..\..\..\regexp\README
 
134
# End Source File
 
135
# End Target
 
136
# End Project