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

« back to all changes in this revision

Viewing changes to make/msvc_prj/network/entrez/client/netentr.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) Static Library" 0x0104
6
6
 
7
 
CFG=netentr - Win32 DebugMT
 
7
CFG=netentr - 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 "netentr.mak" CFG="netentr - Win32 DebugMT"
 
16
!MESSAGE NMAKE /f "netentr.mak" CFG="netentr - Win32 DebugDLL"
17
17
!MESSAGE 
18
18
!MESSAGE Possible choices for configuration are:
19
19
!MESSAGE 
20
 
!MESSAGE "netentr - Win32 DebugMT" (based on "Win32 (x86) Static Library")
 
20
!MESSAGE "netentr - Win32 DebugDLL" (based on "Win32 (x86) Static Library")
21
21
!MESSAGE 
22
22
 
23
23
# Begin Project
26
26
# PROP Scc_LocalPath ""
27
27
CPP=cl.exe
28
28
RSC=rc.exe
 
29
 
 
30
!IF  "$(CFG)" == "netentr - Win32 DebugDLL"
 
31
 
29
32
# PROP BASE Use_MFC 0
30
33
# PROP BASE Use_Debug_Libraries 1
31
 
# PROP BASE Output_Dir "DebugMT"
32
 
# PROP BASE Intermediate_Dir "DebugMT"
 
34
# PROP BASE Output_Dir "DebugDLL"
 
35
# PROP BASE Intermediate_Dir "DebugDLL"
33
36
# PROP BASE Target_Dir ""
34
37
# PROP Use_MFC 0
35
38
# PROP Use_Debug_Libraries 1
36
 
# PROP Output_Dir "DebugMT"
37
 
# PROP Intermediate_Dir "DebugMT"
 
39
# PROP Output_Dir "DebugDLL"
 
40
# PROP Intermediate_Dir "DebugDLL"
38
41
# PROP Target_Dir ""
39
 
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
 
42
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
40
43
# SUBTRACT BASE CPP /Fr
41
 
# ADD CPP /nologo /MTd /W3 /GR /Zi /Od /I "..\..\..\..\.." /I "..\..\..\..\..\network\entrez\client" /I "..\..\..\..\..\object" /I "..\..\..\..\..\api" /I "..\..\..\..\..\asnlib" /I "..\..\..\..\..\corelib" /I "..\..\..\..\..\cdromlib" /I "..\..\..\..\..\asnstat" /I "..\..\..\..\..\biostruc" /I "..\..\..\..\..\network\nsclilib" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
 
44
# ADD CPP /nologo /MDd /W3 /Gm /GR /Z7 /Od /I "..\..\..\..\.." /I "..\..\..\..\..\network\entrez\client" /I "..\..\..\..\..\object" /I "..\..\..\..\..\api" /I "..\..\..\..\..\asnlib" /I "..\..\..\..\..\corelib" /I "..\..\..\..\..\cdromlib" /I "..\..\..\..\..\asnstat" /I "..\..\..\..\..\biostruc" /I "..\..\..\..\..\network\nsclilib" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
42
45
# ADD BASE RSC /l 0x409 /d "_DEBUG"
43
46
# ADD RSC /l 0x409 /d "_DEBUG"
44
47
BSC32=bscmake.exe
47
50
LIB32=link.exe -lib
48
51
# ADD BASE LIB32 /nologo
49
52
# ADD LIB32 /nologo
 
53
 
 
54
!ENDIF 
 
55
 
50
56
# Begin Target
51
57
 
52
 
# Name "netentr - Win32 DebugMT"
 
58
# Name "netentr - Win32 DebugDLL"
53
59
# Begin Group "Source Files"
54
60
 
55
61
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"