source: CMT/v1r14p20031120/fragments/dsp_shared_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.5 KB
Line 
1# Microsoft Developer Studio Project File - Name="${CONSTITUENT}shr" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7CFG=${CONSTITUENT}shr - 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}shr.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}shr.mak" CFG="${CONSTITUENT}shr - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "${CONSTITUENT}shr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE
22
23# Begin Project
24# PROP AllowPerConfigDependencies 0
25# PROP Scc_ProjName ""
26# PROP Scc_LocalPath ""
27CPP=cl.exe
28MTL=midl.exe
29RSC=rc.exe
30
31
32# PROP BASE Use_MFC 0
33# PROP BASE Use_Debug_Libraries 1
34# PROP BASE Output_Dir "..\$(${PACKAGE}_tag)"
35# PROP BASE Intermediate_Dir "..\$(${PACKAGE}_tag)"
36# PROP BASE Target_Dir ""
37# PROP Use_MFC 0
38# PROP Use_Debug_Libraries 1
39# PROP Output_Dir "..\$(${PACKAGE}_tag)"
40# PROP Intermediate_Dir "..\$(${PACKAGE}_tag)"
41# PROP Target_Dir ""
42# ADD BASE CPP $(cppflags) /Gm /Od /D "_DEBUG" /D "_USRDLL" /D "${CONSTITUENT}_EXPORTS" /Yu"${CONSTITUENT}afx.h" /GZ
43# ADD CPP $(cppflags) /Gm /Od /D "_DEBUG" /D "_USRDLL" /D "${CONSTITUENT}_EXPORTS" /Yu"${CONSTITUENT}afx.h" /GZ
44# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
45# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
46# ADD BASE RSC /l 0x40c /d "_DEBUG"
47# ADD RSC /l 0x40c /d "_DEBUG"
48BSC32=bscmake.exe
49# ADD BASE BSC32 /nologo
50# ADD BSC32 /nologo
51LINK32=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 /dll /debug /machine:I386 /pdbtype:sept
53# ADD 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 /dll /debug /machine:I386 /pdbtype:sept
54
55# Begin Target
56
57# Name "${CONSTITUENT}shr - Win32 Release"
58# Name "${CONSTITUENT}shr - Win32 Debug"
59# Begin Group "Source Files"
60
61# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
62# Begin Source File
63
64SOURCE=../src/${CONSTITUENT}Afx.cpp
65# ADD CPP /Yc"${CONSTITUENT}afx.h"
66# End Source File
Note: See TracBrowser for help on using the repository browser.