source: CMT/v1r10p20011126/fragments/dsp_library_header @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 2.7 KB
Line 
1# Microsoft Developer Studio Project File - Name="${CONSTITUENT}" - 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
7CFG=${CONSTITUENT} - Win32 Debug
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 "${CONSTITUENT}.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 "${CONSTITUENT}.mak" CFG="${CONSTITUENT} - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "${CONSTITUENT} - Win32 Debug" (based on "Win32 (x86) Static Library")
21!MESSAGE
22
23# Begin Project
24# PROP AllowPerConfigDependencies 0
25# PROP Scc_ProjName ""
26# PROP Scc_LocalPath ""
27CPP=cl.exe
28RSC=rc.exe
29F90=df.exe
30
31# PROP BASE Use_MFC 0
32# PROP BASE Use_Debug_Libraries 1
33# PROP BASE Output_Dir "..\$(${PACKAGE}_tag)"
34# PROP BASE Intermediate_Dir "..\$(${PACKAGE}_tag)"
35# PROP BASE Target_Dir ""
36# PROP Use_MFC 0
37# PROP Use_Debug_Libraries 1
38# PROP Output_Dir "..\$(${PACKAGE}_tag)"
39# PROP Intermediate_Dir "..\$(${PACKAGE}_tag)\${CONSTITUENT}"
40# PROP Target_Dir ""
41# ADD BASE F90 $(${CONSTITUENT}_fflags) $(fflags) /nopdbfile /debug:full /optimize:0 /fpp:"/I.."
42# ADD F90 $(${CONSTITUENT}_fflags) $(fflags)  /nopdbfile /debug:full /optimize:0 /fpp:"/I.."
43# ADD BASE CPP $(${CONSTITUENT}_cppflags) $(cppflags) /Od /Z7 /D "_DEBUG" $(includes) $(use_cppflags)
44# ADD CPP $(${CONSTITUENT}_cppflags) $(cppflags) /Od /Z7 /D "_DEBUG" $(includes) $(use_cppflags)
45# ADD BASE RSC /l 0x40c /d "_DEBUG"
46# ADD RSC /l 0x40c /d "_DEBUG"
47BSC32=bscmake.exe
48# ADD BASE BSC32 /nologo
49# ADD BSC32 /nologo
50LIB32=link.exe -lib
51# ADD BASE LIB32 /nologo
52# ADD LIB32 /nologo /out:..\$(${PACKAGE}_tag)\${CONSTITUENT}.${LIBRARYSUFFIX}
53
54# Begin Custom Build
55!IF  "${LIBRARYSUFFIX}" == "arc"
56..\$(${PACKAGE}_tag)\${CONSTITUENT}.dll :
57        set CMTROOT=$(CMTROOT)
58        $(make_shlib) $(${PACKAGE}_tag) ${CONSTITUENT} /debug $(cpplinkflags) $(${CONSTITUENT}_shlibflags)
59!ENDIF
60        $(${CONSTITUENT}_customBuild)
61        $(${CONSTITUENT}_customBuild1)
62        $(${CONSTITUENT}_customBuild2)
63        $(${CONSTITUENT}_customBuild3)
64# End Custom Build
65
66# Begin Special Build Tool
67SOURCE=$(InputPath)
68PreLink_Cmds=$(${CONSTITUENT}_preLink)  $(${CONSTITUENT}_preLink1)      $(${CONSTITUENT}_preLink2)
69PostBuild_Cmds=$(${CONSTITUENT}_postBuild)      $(${CONSTITUENT}_postBuild1)    $(${CONSTITUENT}_postBuild2)
70# End Special Build Tool
71
72# Begin Target
73
74# Name "${CONSTITUENT} - Win32 Debug"
Note: See TracBrowser for help on using the repository browser.