Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/lua-5.1.3/mak.vs2005/luac5.1_exe.vcproj @ 28

Last change on this file since 28 was 28, checked in by landauf, 16 years ago
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="luac5.1_exe"
6        ProjectGUID="{0ADD7334-1F44-6344-8FD2-90199339BDCA}"
7        RootNamespace="luac5.1_exe"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="../bin"
21                        IntermediateDirectory="../obj/luac5.1_exe/Debug"
22                        ConfigurationType="1"
23                        CharacterSet="2"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="../include;../src"
44                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;DEBUG"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                EnableFunctionLevelLinking="true"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="4"
53                        />
54                        <Tool
55                                Name="VCManagedResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCResourceCompilerTool"
59                                AdditionalIncludeDirectories="../include;../src"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                AdditionalOptions=" setargv.obj"
67                                AdditionalDependencies="lua5.1.lib"
68                                OutputFile="$(OutDir)/luac5.1.exe"
69                                LinkIncremental="2"
70                                AdditionalLibraryDirectories="../lib/static"
71                                GenerateManifest="true"
72                                GenerateDebugInformation="true"
73                                ProgramDatabaseFile="$(OutDir)/luac5.1.pdb"
74                                SubSystem="1"
75                                EntryPointSymbol="mainCRTStartup"
76                                TargetMachine="1"
77                        />
78                        <Tool
79                                Name="VCALinkTool"
80                        />
81                        <Tool
82                                Name="VCManifestTool"
83                        />
84                        <Tool
85                                Name="VCXDCMakeTool"
86                        />
87                        <Tool
88                                Name="VCBscMakeTool"
89                        />
90                        <Tool
91                                Name="VCFxCopTool"
92                        />
93                        <Tool
94                                Name="VCAppVerifierTool"
95                        />
96                        <Tool
97                                Name="VCWebDeploymentTool"
98                        />
99                        <Tool
100                                Name="VCPostBuildEventTool"
101                        />
102                </Configuration>
103                <Configuration
104                        Name="Release|Win32"
105                        OutputDirectory="../bin"
106                        IntermediateDirectory="../obj/luac5.1_exe/Release"
107                        ConfigurationType="1"
108                        CharacterSet="2"
109                        >
110                        <Tool
111                                Name="VCPreBuildEventTool"
112                        />
113                        <Tool
114                                Name="VCCustomBuildTool"
115                        />
116                        <Tool
117                                Name="VCXMLDataGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCWebServiceProxyGeneratorTool"
121                        />
122                        <Tool
123                                Name="VCMIDLTool"
124                        />
125                        <Tool
126                                Name="VCCLCompilerTool"
127                                Optimization="3"
128                                AdditionalIncludeDirectories="../include;../src"
129                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
130                                StringPooling="true"
131                                RuntimeLibrary="2"
132                                EnableFunctionLevelLinking="true"
133                                UsePrecompiledHeader="0"
134                                WarningLevel="3"
135                                Detect64BitPortabilityProblems="true"
136                                DebugInformationFormat="0"
137                        />
138                        <Tool
139                                Name="VCManagedResourceCompilerTool"
140                        />
141                        <Tool
142                                Name="VCResourceCompilerTool"
143                                AdditionalIncludeDirectories="../include;../src"
144                        />
145                        <Tool
146                                Name="VCPreLinkEventTool"
147                        />
148                        <Tool
149                                Name="VCLinkerTool"
150                                AdditionalOptions=" setargv.obj"
151                                AdditionalDependencies="lua5.1.lib"
152                                OutputFile="$(OutDir)/luac5.1.exe"
153                                LinkIncremental="1"
154                                AdditionalLibraryDirectories="../lib/static"
155                                GenerateManifest="false"
156                                GenerateDebugInformation="false"
157                                SubSystem="1"
158                                OptimizeReferences="2"
159                                EnableCOMDATFolding="2"
160                                EntryPointSymbol="mainCRTStartup"
161                                TargetMachine="1"
162                        />
163                        <Tool
164                                Name="VCALinkTool"
165                        />
166                        <Tool
167                                Name="VCManifestTool"
168                        />
169                        <Tool
170                                Name="VCXDCMakeTool"
171                        />
172                        <Tool
173                                Name="VCBscMakeTool"
174                        />
175                        <Tool
176                                Name="VCFxCopTool"
177                        />
178                        <Tool
179                                Name="VCAppVerifierTool"
180                        />
181                        <Tool
182                                Name="VCWebDeploymentTool"
183                        />
184                        <Tool
185                                Name="VCPostBuildEventTool"
186                        />
187                </Configuration>
188        </Configurations>
189        <References>
190        </References>
191        <Files>
192                <Filter
193                        Name="src"
194                        >
195                        <File
196                                RelativePath="..\src\lua.rc"
197                                >
198                                <FileConfiguration
199                                        Name="Debug|Win32"
200                                        >
201                                        <Tool
202                                                Name="VCResourceCompilerTool"
203                                                PreprocessorDefinitions="DEBUG"
204                                        />
205                                </FileConfiguration>
206                        </File>
207                        <File
208                                RelativePath="..\src\luac.c"
209                                >
210                        </File>
211                        <File
212                                RelativePath="..\src\print.c"
213                                >
214                        </File>
215                </Filter>
216        </Files>
217        <Globals>
218        </Globals>
219</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.