diff options
author | Alexey Melnichuk <mimir@newmail.ru> | 2014-02-11 17:32:59 +0400 |
---|---|---|
committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-02-11 17:34:14 +0400 |
commit | d13929706a3b45bd64e0a87e0afc3d45625e888d (patch) | |
tree | d1c846805f127736d1dafb3b3094eaf78d032859 /llthreads2/msvc/llthreads.vcproj | |
parent | 46ed59584e5407c49a02f1ea6bede6487259a92e (diff) | |
download | lua-llthreads2-d13929706a3b45bd64e0a87e0afc3d45625e888d.tar.gz lua-llthreads2-d13929706a3b45bd64e0a87e0afc3d45625e888d.tar.bz2 lua-llthreads2-d13929706a3b45bd64e0a87e0afc3d45625e888d.zip |
Init LuaDist for llthreads2 module.
Diffstat (limited to 'llthreads2/msvc/llthreads.vcproj')
-rw-r--r-- | llthreads2/msvc/llthreads.vcproj | 208 |
1 files changed, 208 insertions, 0 deletions
diff --git a/llthreads2/msvc/llthreads.vcproj b/llthreads2/msvc/llthreads.vcproj new file mode 100644 index 0000000..6f6c5bd --- /dev/null +++ b/llthreads2/msvc/llthreads.vcproj | |||
@@ -0,0 +1,208 @@ | |||
1 | <?xml version="1.0" encoding="windows-1251"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="9,00" | ||
5 | Name="llthreads" | ||
6 | ProjectGUID="{60F3B657-C1F7-47F7-B159-3EEEA6B1220D}" | ||
7 | RootNamespace="llthreads" | ||
8 | Keyword="Win32Proj" | ||
9 | TargetFrameworkVersion="196613" | ||
10 | > | ||
11 | <Platforms> | ||
12 | <Platform | ||
13 | Name="Win32" | ||
14 | /> | ||
15 | </Platforms> | ||
16 | <ToolFiles> | ||
17 | </ToolFiles> | ||
18 | <Configurations> | ||
19 | <Configuration | ||
20 | Name="Debug|Win32" | ||
21 | OutputDirectory="$(SolutionDir)$(ConfigurationName)" | ||
22 | IntermediateDirectory="$(ConfigurationName)" | ||
23 | ConfigurationType="2" | ||
24 | CharacterSet="1" | ||
25 | > | ||
26 | <Tool | ||
27 | Name="VCPreBuildEventTool" | ||
28 | /> | ||
29 | <Tool | ||
30 | Name="VCCustomBuildTool" | ||
31 | /> | ||
32 | <Tool | ||
33 | Name="VCXMLDataGeneratorTool" | ||
34 | /> | ||
35 | <Tool | ||
36 | Name="VCWebServiceProxyGeneratorTool" | ||
37 | /> | ||
38 | <Tool | ||
39 | Name="VCMIDLTool" | ||
40 | /> | ||
41 | <Tool | ||
42 | Name="VCCLCompilerTool" | ||
43 | Optimization="0" | ||
44 | AdditionalIncludeDirectories="$(LUA_DIR_5_2)\include" | ||
45 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LLTHREADS_EXPORTS" | ||
46 | MinimalRebuild="true" | ||
47 | BasicRuntimeChecks="3" | ||
48 | RuntimeLibrary="3" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | DebugInformationFormat="4" | ||
52 | /> | ||
53 | <Tool | ||
54 | Name="VCManagedResourceCompilerTool" | ||
55 | /> | ||
56 | <Tool | ||
57 | Name="VCResourceCompilerTool" | ||
58 | /> | ||
59 | <Tool | ||
60 | Name="VCPreLinkEventTool" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCLinkerTool" | ||
64 | AdditionalOptions="/EXPORT:luaopen_llthreads" | ||
65 | AdditionalDependencies="lua52.lib" | ||
66 | LinkIncremental="2" | ||
67 | AdditionalLibraryDirectories="$(LUA_DIR_5_2)\lib" | ||
68 | GenerateDebugInformation="true" | ||
69 | SubSystem="2" | ||
70 | TargetMachine="1" | ||
71 | /> | ||
72 | <Tool | ||
73 | Name="VCALinkTool" | ||
74 | /> | ||
75 | <Tool | ||
76 | Name="VCManifestTool" | ||
77 | /> | ||
78 | <Tool | ||
79 | Name="VCXDCMakeTool" | ||
80 | /> | ||
81 | <Tool | ||
82 | Name="VCBscMakeTool" | ||
83 | /> | ||
84 | <Tool | ||
85 | Name="VCFxCopTool" | ||
86 | /> | ||
87 | <Tool | ||
88 | Name="VCAppVerifierTool" | ||
89 | /> | ||
90 | <Tool | ||
91 | Name="VCPostBuildEventTool" | ||
92 | /> | ||
93 | </Configuration> | ||
94 | <Configuration | ||
95 | Name="Release|Win32" | ||
96 | OutputDirectory="$(SolutionDir)$(ConfigurationName)" | ||
97 | IntermediateDirectory="$(ConfigurationName)" | ||
98 | ConfigurationType="2" | ||
99 | CharacterSet="1" | ||
100 | WholeProgramOptimization="1" | ||
101 | > | ||
102 | <Tool | ||
103 | Name="VCPreBuildEventTool" | ||
104 | /> | ||
105 | <Tool | ||
106 | Name="VCCustomBuildTool" | ||
107 | /> | ||
108 | <Tool | ||
109 | Name="VCXMLDataGeneratorTool" | ||
110 | /> | ||
111 | <Tool | ||
112 | Name="VCWebServiceProxyGeneratorTool" | ||
113 | /> | ||
114 | <Tool | ||
115 | Name="VCMIDLTool" | ||
116 | /> | ||
117 | <Tool | ||
118 | Name="VCCLCompilerTool" | ||
119 | Optimization="2" | ||
120 | EnableIntrinsicFunctions="true" | ||
121 | AdditionalIncludeDirectories="$(LUA_DIR_5_2)\include" | ||
122 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LLTHREADS_EXPORTS" | ||
123 | RuntimeLibrary="2" | ||
124 | EnableFunctionLevelLinking="true" | ||
125 | UsePrecompiledHeader="0" | ||
126 | WarningLevel="3" | ||
127 | DebugInformationFormat="3" | ||
128 | /> | ||
129 | <Tool | ||
130 | Name="VCManagedResourceCompilerTool" | ||
131 | /> | ||
132 | <Tool | ||
133 | Name="VCResourceCompilerTool" | ||
134 | /> | ||
135 | <Tool | ||
136 | Name="VCPreLinkEventTool" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCLinkerTool" | ||
140 | AdditionalDependencies="lua52.lib" | ||
141 | LinkIncremental="1" | ||
142 | AdditionalLibraryDirectories="$(LUA_DIR_5_2)\lib" | ||
143 | GenerateDebugInformation="true" | ||
144 | SubSystem="2" | ||
145 | OptimizeReferences="2" | ||
146 | EnableCOMDATFolding="2" | ||
147 | TargetMachine="1" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCALinkTool" | ||
151 | /> | ||
152 | <Tool | ||
153 | Name="VCManifestTool" | ||
154 | /> | ||
155 | <Tool | ||
156 | Name="VCXDCMakeTool" | ||
157 | /> | ||
158 | <Tool | ||
159 | Name="VCBscMakeTool" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCFxCopTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCAppVerifierTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCPostBuildEventTool" | ||
169 | /> | ||
170 | </Configuration> | ||
171 | </Configurations> | ||
172 | <References> | ||
173 | </References> | ||
174 | <Files> | ||
175 | <Filter | ||
176 | Name="Source Files" | ||
177 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
178 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||
179 | > | ||
180 | </Filter> | ||
181 | <Filter | ||
182 | Name="Header Files" | ||
183 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
184 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
185 | > | ||
186 | <File | ||
187 | RelativePath="..\src\l52util.h" | ||
188 | > | ||
189 | </File> | ||
190 | </Filter> | ||
191 | <Filter | ||
192 | Name="Resource Files" | ||
193 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" | ||
194 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||
195 | > | ||
196 | <File | ||
197 | RelativePath="..\src\l52util.c" | ||
198 | > | ||
199 | </File> | ||
200 | <File | ||
201 | RelativePath="..\src\llthread.c" | ||
202 | > | ||
203 | </File> | ||
204 | </Filter> | ||
205 | </Files> | ||
206 | <Globals> | ||
207 | </Globals> | ||
208 | </VisualStudioProject> | ||