/[ascend]/trunk/base/winVC7/libasc_packages.vcproj
ViewVC logotype

Contents of /trunk/base/winVC7/libasc_packages.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 40 - (show annotations) (download)
Sat Jan 22 14:22:13 2005 UTC (19 years, 7 months ago) by jds
File size: 3544 byte(s)
Initial commit of WinVC7 and jam build files.  jam builds Ascend base libs and tcltk98 executable on Windows using msvc, borland, mingw, and watcom (watcom can't yet link executable due to lack of isnan() and copysign() functions).

Also includes minor source updates to compile & run on Windows.
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="libasc_packages"
6 ProjectGUID="{89864B7C-E317-4701-ABC6-51A944030FD3}"
7 RootNamespace="libasc_packages"
8 Keyword="ManagedCProj">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
17 IntermediateDirectory="$(ConfigurationName)\$(ProjectName)"
18 ConfigurationType="4"
19 CharacterSet="2"
20 ManagedExtensions="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
24 AdditionalIncludeDirectories="..\generic"
25 PreprocessorDefinitions="_WIN32;WIN32;_DEBUG;_X86_=1"
26 MinimalRebuild="FALSE"
27 BasicRuntimeChecks="0"
28 RuntimeLibrary="1"
29 UsePrecompiledHeader="0"
30 WarningLevel="3"
31 DebugInformationFormat="3"
32 CompileAs="1"/>
33 <Tool
34 Name="VCCustomBuildTool"/>
35 <Tool
36 Name="VCLibrarianTool"/>
37 <Tool
38 Name="VCMIDLTool"/>
39 <Tool
40 Name="VCPostBuildEventTool"/>
41 <Tool
42 Name="VCPreBuildEventTool"/>
43 <Tool
44 Name="VCPreLinkEventTool"/>
45 <Tool
46 Name="VCResourceCompilerTool"/>
47 <Tool
48 Name="VCWebServiceProxyGeneratorTool"/>
49 <Tool
50 Name="VCXMLDataGeneratorTool"/>
51 <Tool
52 Name="VCManagedWrapperGeneratorTool"/>
53 <Tool
54 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
55 </Configuration>
56 <Configuration
57 Name="Release|Win32"
58 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
59 IntermediateDirectory="$(ConfigurationName)\$(ProjectName)"
60 ConfigurationType="4"
61 CharacterSet="2"
62 ManagedExtensions="FALSE">
63 <Tool
64 Name="VCCLCompilerTool"
65 AdditionalIncludeDirectories="..\generic"
66 PreprocessorDefinitions="WIN32;_WIN32;_X86_=1;NDEBUG"
67 MinimalRebuild="FALSE"
68 RuntimeLibrary="0"
69 UsePrecompiledHeader="0"
70 WarningLevel="3"
71 DebugInformationFormat="3"
72 CompileAs="1"/>
73 <Tool
74 Name="VCCustomBuildTool"/>
75 <Tool
76 Name="VCLibrarianTool"/>
77 <Tool
78 Name="VCMIDLTool"/>
79 <Tool
80 Name="VCPostBuildEventTool"/>
81 <Tool
82 Name="VCPreBuildEventTool"/>
83 <Tool
84 Name="VCPreLinkEventTool"/>
85 <Tool
86 Name="VCResourceCompilerTool"/>
87 <Tool
88 Name="VCWebServiceProxyGeneratorTool"/>
89 <Tool
90 Name="VCXMLDataGeneratorTool"/>
91 <Tool
92 Name="VCManagedWrapperGeneratorTool"/>
93 <Tool
94 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
95 </Configuration>
96 </Configurations>
97 <References>
98 </References>
99 <Files>
100 <Filter
101 Name="Source Files"
102 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
103 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
104 <File
105 RelativePath="..\generic\packages\ascFreeAllVars.c">
106 </File>
107 <File
108 RelativePath="..\generic\packages\sensitivity.c">
109 </File>
110 </Filter>
111 <Filter
112 Name="Header Files"
113 Filter="h;hpp;hxx;hm;inl;inc;xsd"
114 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
115 <File
116 RelativePath="..\generic\packages\ascFreeAllVars.h">
117 </File>
118 <File
119 RelativePath="..\generic\packages\sensitivity.h">
120 </File>
121 </Filter>
122 <Filter
123 Name="Resource Files"
124 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
125 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
126 <File
127 RelativePath="..\generic\packages\Makefile.in">
128 </File>
129 </Filter>
130 </Files>
131 <Globals>
132 </Globals>
133 </VisualStudioProject>

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22