~ubuntu-branches/ubuntu/dapper/ncbi-tools6/dapper

« back to all changes in this revision

Viewing changes to make/msvc_prj/demo/asn2xml/demo_asn2xml.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2002-04-04 22:13:09 UTC
  • Revision ID: james.westby@ubuntu.com-20020404221309-vfze028rfnlrldct
Tags: upstream-6.1.20011220a
ImportĀ upstreamĀ versionĀ 6.1.20011220a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="demo_asn2xml" - 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_asn2xml - Win32 DebugMT
 
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_asn2xml.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_asn2xml.mak" CFG="demo_asn2xml - Win32 DebugMT"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "demo_asn2xml - Win32 DebugMT" (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
# PROP BASE Use_MFC 0
 
31
# PROP BASE Use_Debug_Libraries 1
 
32
# PROP BASE Output_Dir "DebugMT"
 
33
# PROP BASE Intermediate_Dir "DebugMT"
 
34
# PROP BASE Target_Dir ""
 
35
# PROP Use_MFC 0
 
36
# PROP Use_Debug_Libraries 1
 
37
# PROP Output_Dir "DebugMT"
 
38
# PROP Intermediate_Dir "DebugMT"
 
39
# PROP Ignore_Export_Lib 0
 
40
# PROP Target_Dir ""
 
41
LIB32=link.exe -lib
 
42
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_NETENT_" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
 
43
# ADD CPP /nologo /MTd /W3 /GR /Zi /Od /I "..\..\..\.." /I "..\..\..\..\corelib" /I "..\..\..\..\api" /I "..\..\..\..\asnstat" /I "..\..\..\..\asnlib" /I "..\..\..\..\object" /I "..\..\..\..\cdromlib" /I "..\..\..\..\biostruc" /I "..\..\..\..\tools" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
 
44
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
 
45
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
 
46
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
47
# ADD RSC /l 0x409 /d "_DEBUG"
 
48
BSC32=bscmake.exe
 
49
# ADD BASE BSC32 /nologo
 
50
# ADD BSC32 /nologo
 
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 /nologo /subsystem:console /debug /machine:I386 /out:"DebugMT/asn2xml.exe" /pdbtype:sept
 
54
# SUBTRACT LINK32 /pdb:none
 
55
# Begin Target
 
56
 
 
57
# Name "demo_asn2xml - Win32 DebugMT"
 
58
# Begin Group "Source Files"
 
59
 
 
60
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
61
# Begin Source File
 
62
 
 
63
SOURCE=..\..\..\..\demo\asn2xml.c
 
64
# End Source File
 
65
# Begin Source File
 
66
 
 
67
SOURCE=..\..\..\..\link\mswin\asn2xml.rc
 
68
# End Source File
 
69
# End Group
 
70
# Begin Group "Header Files"
 
71
 
 
72
# PROP Default_Filter "h;hpp;hxx;hm;inl"
 
73
# End Group
 
74
# End Target
 
75
# End Project