~ubuntu-branches/ubuntu/maverick/ncbi-tools6/maverick

« back to all changes in this revision

Viewing changes to make/msvc_prj/sequin/sequin/exe_sequin.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:
4
4
 
5
5
# TARGTYPE "Win32 (x86) Application" 0x0101
6
6
 
7
 
CFG=exe_sequin - Win32 DebugMT
 
7
CFG=exe_sequin - Win32 DebugDLL
8
8
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9
9
!MESSAGE use the Export Makefile command and run
10
10
!MESSAGE 
13
13
!MESSAGE You can specify a configuration when running NMAKE
14
14
!MESSAGE by defining the macro CFG on the command line. For example:
15
15
!MESSAGE 
16
 
!MESSAGE NMAKE /f "exe_sequin.mak" CFG="exe_sequin - Win32 DebugMT"
 
16
!MESSAGE NMAKE /f "exe_sequin.mak" CFG="exe_sequin - Win32 DebugDLL"
17
17
!MESSAGE 
18
18
!MESSAGE Possible choices for configuration are:
19
19
!MESSAGE 
20
 
!MESSAGE "exe_sequin - Win32 DebugMT" (based on "Win32 (x86) Application")
 
20
!MESSAGE "exe_sequin - Win32 DebugDLL" (based on "Win32 (x86) Application")
21
21
!MESSAGE 
22
22
 
23
23
# Begin Project
29
29
RSC=rc.exe
30
30
# PROP BASE Use_MFC 0
31
31
# PROP BASE Use_Debug_Libraries 1
32
 
# PROP BASE Output_Dir "DebugMT"
33
 
# PROP BASE Intermediate_Dir "DebugMT"
 
32
# PROP BASE Output_Dir "DebugDLL"
 
33
# PROP BASE Intermediate_Dir "DebugDLL"
34
34
# PROP BASE Target_Dir ""
35
35
# PROP Use_MFC 0
36
36
# PROP Use_Debug_Libraries 1
37
 
# PROP Output_Dir "DebugMT"
38
 
# PROP Intermediate_Dir "DebugMT"
 
37
# PROP Output_Dir "DebugDLL"
 
38
# PROP Intermediate_Dir "DebugDLL"
39
39
# PROP Ignore_Export_Lib 0
40
40
# PROP Target_Dir ""
41
41
LIB32=link.exe -lib
42
 
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
43
 
# ADD CPP /nologo /MTd /W3 /GR /Zi /Od /I "..\..\..\.." /I "..\..\..\..\api" /I "..\..\..\..\asnstat" /I "..\..\..\..\ddv" /I "..\..\..\..\access" /I "..\..\..\..\desktop" /I "..\..\..\..\object" /I "..\..\..\..\asnlib" /I "..\..\..\..\vibrant" /I "..\..\..\..\network\vibnet" /I "..\..\..\..\cdromlib" /I "..\..\..\..\tools" /I "..\..\..\..\connect" /I "..\..\..\..\corelib" /I "..\..\..\..\network\taxon1\taxon2" /I "..\..\..\..\network\nsclilib" /I "..\..\..\..\network\blast3\client" /I "..\..\..\..\network\taxon1\common" /I "..\..\..\..\network\medarch\client" /I "..\..\..\..\network\id1arch" /I "..\..\..\..\biostruc" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
 
42
# ADD BASE CPP /nologo /MDd /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
 
43
# ADD CPP /nologo /MDd /W3 /GR /Z7 /Od /I "..\..\..\.." /I "..\..\..\..\api" /I "..\..\..\..\asnstat" /I "..\..\..\..\ddv" /I "..\..\..\..\access" /I "..\..\..\..\desktop" /I "..\..\..\..\object" /I "..\..\..\..\asnlib" /I "..\..\..\..\vibrant" /I "..\..\..\..\network\vibnet" /I "..\..\..\..\cdromlib" /I "..\..\..\..\tools" /I "..\..\..\..\connect" /I "..\..\..\..\corelib" /I "..\..\..\..\network\taxon1\taxon2" /I "..\..\..\..\network\nsclilib" /I "..\..\..\..\network\blast3\client" /I "..\..\..\..\network\taxon1\common" /I "..\..\..\..\network\medarch\client" /I "..\..\..\..\network\id1arch" /I "..\..\..\..\biostruc" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
44
44
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
45
45
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
46
46
# ADD BASE RSC /l 0x409 /d "_DEBUG"
49
49
# ADD BASE BSC32 /nologo
50
50
# ADD BSC32 /nologo
51
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 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
53
 
# ADD LINK32 oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /subsystem:windows /debug /machine:I386 /out:"DebugMT/sequin.exe" /pdbtype:sept
 
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 /nologo /subsystem:windows /pdb:none /debug /machine:I386
 
53
# ADD LINK32 oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /subsystem:windows /debug /machine:I386 /out:"DebugDLL/sequin.exe" /pdbtype:sept
54
54
# SUBTRACT LINK32 /pdb:none /nodefaultlib
55
55
# Begin Target
56
56
 
57
 
# Name "exe_sequin - Win32 DebugMT"
 
57
# Name "exe_sequin - Win32 DebugDLL"
58
58
# Begin Group "Source Files"
59
59
 
60
60
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
68
68
# End Source File
69
69
# Begin Source File
70
70
 
 
71
SOURCE=..\..\..\..\sequin\sequin10.c
 
72
# End Source File
 
73
# Begin Source File
 
74
 
71
75
SOURCE=..\..\..\..\sequin\sequin2.c
72
76
# End Source File
73
77
# Begin Source File