source: CMT/v1r14p20031120/fragments/vcproj_library_header @ 1

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

Import all tags

File size: 1.9 KB
Line 
1<?xml version="1.0" encoding = "Windows-1252"?>
2<!-- GLAST fragment $Header: /projects/cvs/CMT/fragments/Attic/vcproj_library_header,v 1.1 2003/04/07 08:05:09 arnault Exp $
3   Build by CMT for package/project: ${PACKAGE}/${CONSTITUENT}
4   Generated GUID:  ${GUID}
5  -->
6<VisualStudioProject
7        ProjectType="Visual C++"
8        Version="7.00"
9        Name="${CONSTITUENT}"
10        ProjectGUID="${GUID}"
11        Keyword="Win32Proj">
12        <Platforms>
13                <Platform
14                        Name="Win32"/>
15        </Platforms>
16        <Configurations>
17                <Configuration
18                        Name="$(vsCONFIG)|Win32"
19                        OutputDirectory="..\$(${PACKAGE}_tag)"
20                        IntermediateDirectory="..\$(${PACKAGE}_tag)\${CONSTITUENT}"
21                        ConfigurationType="4"
22                        CharacterSet="2">
23                        <Tool
24                                Name="VCCLCompilerTool"
25                                AdditionalOptions='$(cppflags) $(use_cppflags) $(lib_${CONSTITUENT}_cppflags)'
26                                Optimization="$(vsOptimize)"
27                                PreprocessorDefinitions="_USRDLL;${PACKAGE}_EXPORTS"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="FALSE"/>
30                        <Tool
31                                Name="VCCustomBuildTool"
32                                CommandLine='type NUL > ..\$(tag)\${CONSTITUENT}.stamp
33   set CMTROOT=$(CMTROOT)
34   $(${CONSTITUENT}_customBuild)
35   call $(make_shlib) $(tag) ${CONSTITUENT} $(cpplinkflags) $(${CONSTITUENT}_shlibflags)
36   if exist ..\$(tag)\${CONSTITUENT}.dll type NUL > ..\$(tag)\${CONSTITUENT}.shstamp
37   $(${CONSTITUENT}_customBuild1)
38   $(${CONSTITUENT}_customBuild2)
39   $(${CONSTITUENT}_customBuild3)'
40                        Outputs="..\$(tag)\${CONSTITUENT}.stamp; ..\$(tag)\${CONSTITUENT}.shstamp; ..\$(tag)\${CONSTITUENT}.dll "/>
41                        <Tool
42                                Name="VCLibrarianTool"
43                                OutputFile="..\$(${PACKAGE}_tag)\${CONSTITUENT}.${LIBRARYSUFFIX}"/>
44                        <Tool
45                                Name="VCMIDLTool"/>
46                        <Tool
47                                Name="VCPostBuildEventTool"/>
48                        <Tool
49                                Name="VCPreBuildEventTool"/>
50                        <Tool
51                                Name="VCPreLinkEventTool"/>
52                        <Tool
53                                Name="VCResourceCompilerTool"/>
54                        <Tool
55                                Name="VCWebServiceProxyGeneratorTool"/>
56                </Configuration>
57        </Configurations>
58        <Files>
Note: See TracBrowser for help on using the repository browser.