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

« back to all changes in this revision

Viewing changes to make/msvc_prj/demo/gbseqget/demo_gbseqget.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="demo_gbseqget" - Package Owner=<4>
 
2
# Microsoft Developer Studio Generated Build File, Format Version 6.00
 
3
# ** DO NOT EDIT **
 
4
 
 
5
# TARGTYPE "Win32 (x86) Application" 0x0101
 
6
 
 
7
CFG=demo_gbseqget - 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 "demo_gbseqget.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 "demo_gbseqget.mak" CFG="demo_gbseqget - Win32 DebugDLL"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "demo_gbseqget - Win32 DebugDLL" (based on "Win32 (x86) Application")
 
21
!MESSAGE 
 
22
 
 
23
# Begin Project
 
24
# PROP AllowPerConfigDependencies 0
 
25
# PROP Scc_ProjName ""
 
26
# PROP Scc_LocalPath ""
 
27
CPP=cl.exe
 
28
MTL=midl.exe
 
29
RSC=rc.exe
 
30
 
 
31
!IF  "$(CFG)" == "demo_gbseqget - Win32 DebugDLL"
 
32
 
 
33
# PROP BASE Use_MFC 0
 
34
# PROP BASE Use_Debug_Libraries 1
 
35
# PROP BASE Output_Dir "DebugDLL"
 
36
# PROP BASE Intermediate_Dir "DebugDLL"
 
37
# PROP BASE Target_Dir ""
 
38
# PROP Use_MFC 0
 
39
# PROP Use_Debug_Libraries 1
 
40
# PROP Output_Dir "DebugDLL"
 
41
# PROP Intermediate_Dir "DebugDLL"
 
42
# PROP Ignore_Export_Lib 0
 
43
# PROP Target_Dir ""
 
44
LIB32=link.exe -lib
 
45
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_NETENT_" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
 
46
# ADD CPP /nologo /MDd /W3 /Gm /GR /Z7 /Od /I "..\..\..\.." /I "..\..\..\..\corelib" /I "..\..\..\..\connect" /I "..\..\..\..\api" /I "..\..\..\..\asnstat" /I "..\..\..\..\asnlib" /I "..\..\..\..\access" /I "..\..\..\..\object" /I "..\..\..\..\cdromlib" /I "..\..\..\..\biostruc" /I "..\..\..\..\tools" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
 
47
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
 
48
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
 
49
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
50
# ADD RSC /l 0x409 /d "_DEBUG"
 
51
BSC32=bscmake.exe
 
52
# ADD BASE BSC32 /nologo
 
53
# ADD BSC32 /nologo
 
54
LINK32=link.exe
 
55
# 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 /incremental:yes /subsystem:windows /pdb:none /debug /machine:I386 /pdbtype:sept
 
56
# ADD LINK32 oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /incremental:yes /subsystem:console /debug /machine:I386 /out:"DebugDLL/gbseqget.exe" /pdbtype:sept
 
57
# SUBTRACT LINK32 /pdb:none
 
58
 
 
59
!ENDIF 
 
60
 
 
61
# Begin Target
 
62
 
 
63
# Name "demo_gbseqget - Win32 DebugDLL"
 
64
# Begin Group "Source Files"
 
65
 
 
66
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
67
# Begin Source File
 
68
 
 
69
SOURCE=..\..\..\..\demo\gbseqget.c
 
70
# End Source File
 
71
# Begin Source File
 
72
 
 
73
SOURCE=..\..\..\..\link\mswin\gbseqget.rc
 
74
# End Source File
 
75
# End Group
 
76
# Begin Group "Header Files"
 
77
 
 
78
# PROP Default_Filter "h;hpp;hxx;hm;inl"
 
79
# End Group
 
80
# End Target
 
81
# End Project