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

« back to all changes in this revision

Viewing changes to make/msvc_prj/network/spell/client/ncbispel.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="ncbispel" - 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=ncbispel - 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 "ncbispel.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 "ncbispel.mak" CFG="ncbispel - Win32 DebugDLL"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "ncbispel - 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
# PROP BASE Use_MFC 0
 
30
# PROP BASE Use_Debug_Libraries 1
 
31
# PROP BASE Output_Dir "DebugDLL"
 
32
# PROP BASE Intermediate_Dir "DebugDLL"
 
33
# PROP BASE Target_Dir ""
 
34
# PROP Use_MFC 0
 
35
# PROP Use_Debug_Libraries 1
 
36
# PROP Output_Dir "DebugDLL"
 
37
# PROP Intermediate_Dir "DebugDLL"
 
38
# PROP Target_Dir ""
 
39
# ADD BASE CPP /nologo /MDd /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
 
40
# SUBTRACT BASE CPP /Fr
 
41
# ADD CPP /nologo /MDd /W3 /GR /Z7 /Od /I "..\..\..\..\.." /I "..\..\..\..\..\network\spell\client" /I "..\..\..\..\..\asnlib" /I "..\..\..\..\..\asnstat" /I "..\..\..\..\..\corelib" /I "..\..\..\..\..\network\nsclilib" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
 
42
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
43
# ADD RSC /l 0x409 /d "_DEBUG"
 
44
BSC32=bscmake.exe
 
45
# ADD BASE BSC32 /nologo
 
46
# ADD BSC32 /nologo
 
47
LIB32=link.exe -lib
 
48
# ADD BASE LIB32 /nologo
 
49
# ADD LIB32 /nologo
 
50
# Begin Target
 
51
 
 
52
# Name "ncbispel - Win32 DebugDLL"
 
53
# Begin Group "Source Files"
 
54
 
 
55
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
56
# Begin Source File
 
57
 
 
58
SOURCE=..\..\..\..\..\network\spell\client\objspell.c
 
59
# End Source File
 
60
# Begin Source File
 
61
 
 
62
SOURCE=..\..\..\..\..\network\spell\client\spellapi.c
 
63
# End Source File
 
64
# End Group
 
65
# Begin Group "Header Files"
 
66
 
 
67
# PROP Default_Filter "h;hpp;hxx;hm;inl"
 
68
# Begin Source File
 
69
 
 
70
SOURCE=..\..\..\..\..\network\spell\client\objspell.h
 
71
# End Source File
 
72
# Begin Source File
 
73
 
 
74
SOURCE=..\..\..\..\..\network\spell\client\spellapi.h
 
75
# End Source File
 
76
# End Group
 
77
# End Target
 
78
# End Project