~ubuntu-branches/ubuntu/feisty/ncbi-tools6/feisty

« back to all changes in this revision

Viewing changes to make/msvc_prj/demo/rpsblast/demo_rpsblast.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2005-09-27 15:38:20 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050927153820-1t1sta0qirjpxaar
Tags: 6.1.20050429-1ubuntu1
GL/GLU Transition

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
CPP=cl.exe
28
28
MTL=midl.exe
29
29
RSC=rc.exe
30
 
 
31
 
!IF  "$(CFG)" == "demo_rpsblast - Win32 DebugDLL"
32
 
 
33
30
# PROP BASE Use_MFC 0
34
31
# PROP BASE Use_Debug_Libraries 1
35
32
# PROP BASE Output_Dir "DebugDLL"
42
39
# PROP Ignore_Export_Lib 0
43
40
# PROP Target_Dir ""
44
41
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 "..\..\..\..\api" /I "..\..\..\..\asnstat" /I "..\..\..\..\asnlib" /I "..\..\..\..\object" /I "..\..\..\..\cdromlib" /I "..\..\..\..\biostruc" /I "..\..\..\..\tools" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
 
42
# ADD BASE CPP /nologo /MDd /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_NETENT_" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
 
43
# ADD CPP /nologo /MDd /W3 /GR /Z7 /Od /I "..\..\..\.." /I "..\..\..\..\corelib" /I "..\..\..\..\api" /I "..\..\..\..\access" /I "..\..\..\..\asnstat" /I "..\..\..\..\asnlib" /I "..\..\..\..\object" /I "..\..\..\..\cdromlib" /I "..\..\..\..\biostruc" /I "..\..\..\..\tools" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
47
44
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
48
45
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
49
46
# ADD BASE RSC /l 0x409 /d "_DEBUG"
52
49
# ADD BASE BSC32 /nologo
53
50
# ADD BSC32 /nologo
54
51
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 /nologo /incremental:yes /subsystem:console /pdb:none /debug /machine:I386 /out:"DebugDLL/rpsblast.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 /nologo /subsystem:console /debug /machine:I386 /out:"DebugDLL/rpsblast.exe" /pdbtype:sept
57
54
# SUBTRACT LINK32 /pdb:none
58
 
 
59
 
!ENDIF 
60
 
 
61
55
# Begin Target
62
56
 
63
57
# Name "demo_rpsblast - Win32 DebugDLL"