|
41 | 41 | <LinkIncremental>true</LinkIncremental> |
42 | 42 | <LibraryPath>\boost\lib\vs2010_32\;$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath> |
43 | 43 | <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(WindowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bin;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath> |
44 | | - <IncludePath>..\..\..\readline\include;..\..\..\js\src\;..\..\pcre-7.4;..\..\;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include</IncludePath> |
| 44 | + <IncludePath>..\..\..\readline\include;..\..\..\js\src\;..\..\third_party/pcre-7.4;..\..\;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include</IncludePath> |
45 | 45 | </PropertyGroup> |
46 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
47 | | - <IncludePath>..\..\..\readline\include;..\..\..\js\src\;..\..\pcre-7.4;..\..\;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include</IncludePath> |
| 47 | + <IncludePath>..\..\..\readline\include;..\..\..\js\src\;..\..\third_party/pcre-7.4;..\..\;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include</IncludePath> |
48 | 48 | <LinkIncremental>false</LinkIncremental> |
49 | 49 | <LibraryPath>\boost\lib\vs2010_32\;$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath> |
50 | 50 | </PropertyGroup> |
|
53 | 53 | <PrecompiledHeader>Use</PrecompiledHeader> |
54 | 54 | <WarningLevel>Level3</WarningLevel> |
55 | 55 | <Optimization>Disabled</Optimization> |
56 | | - <PreprocessorDefinitions>XP_WIN;PCRE_STATIC;HAVE_CONFIG_H;OLDJS;MONGO_EXPOSE_MACROS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 56 | + <PreprocessorDefinitions>XP_WIN;HAVE_CONFIG_H;OLDJS;MONGO_EXPOSE_MACROS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
57 | 57 | <AdditionalIncludeDirectories>\boost\</AdditionalIncludeDirectories> |
58 | 58 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
59 | 59 | <DisableSpecificWarnings>4355;4800;4267;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
|
71 | 71 | <Optimization>MaxSpeed</Optimization> |
72 | 72 | <FunctionLevelLinking>true</FunctionLevelLinking> |
73 | 73 | <IntrinsicFunctions>true</IntrinsicFunctions> |
74 | | - <PreprocessorDefinitions>USE_READLINE;XP_WIN;PCRE_STATIC;HAVE_CONFIG_H;OLDJS;MONGO_EXPOSE_MACROS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 74 | + <PreprocessorDefinitions>USE_READLINE;XP_WIN;HAVE_CONFIG_H;OLDJS;MONGO_EXPOSE_MACROS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
75 | 75 | <AdditionalIncludeDirectories>\boost\</AdditionalIncludeDirectories> |
76 | 76 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
77 | 77 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
95 | 95 | <ClCompile Include="..\..\db\commands.cpp" /> |
96 | 96 | <ClCompile Include="..\..\db\lasterror.cpp" /> |
97 | 97 | <ClCompile Include="..\..\db\nonce.cpp" /> |
98 | | - <ClCompile Include="..\..\pcre-7.4\pcrecpp.cc"> |
| 98 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcrecpp.cc"> |
99 | 99 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
100 | 100 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
101 | 101 | </ClCompile> |
102 | | - <ClCompile Include="..\..\pcre-7.4\pcre_compile.c"> |
| 102 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_compile.c"> |
103 | 103 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
104 | 104 | </ClCompile> |
105 | | - <ClCompile Include="..\..\pcre-7.4\pcre_config.c"> |
| 105 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_config.c"> |
106 | 106 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
107 | 107 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
108 | 108 | </ClCompile> |
109 | | - <ClCompile Include="..\..\pcre-7.4\pcre_chartables.c"> |
| 109 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_chartables.c"> |
110 | 110 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
111 | 111 | </ClCompile> |
112 | | - <ClCompile Include="..\..\pcre-7.4\pcre_stringpiece.cc"> |
| 112 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_stringpiece.cc"> |
113 | 113 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
114 | 114 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
115 | 115 | </ClCompile> |
|
119 | 119 | <ClCompile Include="..\..\s\shardconnection.cpp" /> |
120 | 120 | <ClCompile Include="..\..\third_party\linenoise\linenoise.cpp"> |
121 | 121 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
| 122 | + <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;XP_WIN;HAVE_CONFIG_H;OLDJS;MONGO_EXPOSE_MACROS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 123 | + <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;USE_READLINE;XP_WIN;HAVE_CONFIG_H;OLDJS;MONGO_EXPOSE_MACROS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
122 | 124 | </ClCompile> |
123 | 125 | <ClCompile Include="..\..\util\background.cpp" /> |
124 | 126 | <ClCompile Include="..\..\util\concurrency\spin_lock.cpp" /> |
|
129 | 131 | <ClCompile Include="..\..\util\net\message_port.cpp" /> |
130 | 132 | <ClCompile Include="..\..\util\net\sock.cpp" /> |
131 | 133 | <ClCompile Include="..\..\util\password.cpp" /> |
| 134 | + <ClCompile Include="..\..\util\ramlog.cpp" /> |
132 | 135 | <ClCompile Include="..\..\util\text.cpp" /> |
133 | 136 | <ClCompile Include="..\..\util\mmap_win.cpp" /> |
134 | 137 | <ClCompile Include="..\..\util\processinfo_win32.cpp" /> |
|
139 | 142 | </ClCompile> |
140 | 143 | <ClCompile Include="..\..\util\base64.cpp" /> |
141 | 144 | <ClCompile Include="..\..\util\debug_util.cpp" /> |
142 | | - <ClCompile Include="..\..\pcre-7.4\pcre_dfa_exec.c"> |
| 145 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_dfa_exec.c"> |
143 | 146 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
144 | 147 | </ClCompile> |
145 | | - <ClCompile Include="..\..\pcre-7.4\pcre_exec.c"> |
| 148 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_exec.c"> |
146 | 149 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
147 | 150 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
148 | 151 | </ClCompile> |
149 | | - <ClCompile Include="..\..\pcre-7.4\pcre_fullinfo.c"> |
| 152 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_fullinfo.c"> |
150 | 153 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
151 | 154 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
152 | 155 | </ClCompile> |
153 | | - <ClCompile Include="..\..\pcre-7.4\pcre_get.c"> |
| 156 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_get.c"> |
154 | 157 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
155 | 158 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
156 | 159 | </ClCompile> |
157 | | - <ClCompile Include="..\..\pcre-7.4\pcre_globals.c"> |
| 160 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_globals.c"> |
158 | 161 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
159 | 162 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
160 | 163 | </ClCompile> |
161 | | - <ClCompile Include="..\..\pcre-7.4\pcre_info.c"> |
| 164 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_info.c"> |
162 | 165 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
163 | 166 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
164 | 167 | </ClCompile> |
165 | | - <ClCompile Include="..\..\pcre-7.4\pcre_maketables.c"> |
| 168 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_maketables.c"> |
166 | 169 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
167 | 170 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
168 | 171 | </ClCompile> |
169 | | - <ClCompile Include="..\..\pcre-7.4\pcre_newline.c"> |
| 172 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_newline.c"> |
170 | 173 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
171 | 174 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
172 | 175 | </ClCompile> |
173 | | - <ClCompile Include="..\..\pcre-7.4\pcre_ord2utf8.c"> |
| 176 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_ord2utf8.c"> |
174 | 177 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
175 | 178 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
176 | 179 | </ClCompile> |
177 | | - <ClCompile Include="..\..\pcre-7.4\pcre_refcount.c"> |
| 180 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_refcount.c"> |
178 | 181 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
179 | 182 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
180 | 183 | </ClCompile> |
181 | | - <ClCompile Include="..\..\pcre-7.4\pcre_study.c"> |
| 184 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_study.c"> |
182 | 185 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
183 | 186 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
184 | 187 | </ClCompile> |
185 | | - <ClCompile Include="..\..\pcre-7.4\pcre_tables.c"> |
| 188 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_tables.c"> |
186 | 189 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
187 | 190 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
188 | 191 | </ClCompile> |
189 | | - <ClCompile Include="..\..\pcre-7.4\pcre_try_flipped.c"> |
| 192 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_try_flipped.c"> |
190 | 193 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
191 | 194 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
192 | 195 | </ClCompile> |
193 | | - <ClCompile Include="..\..\pcre-7.4\pcre_ucp_searchfuncs.c"> |
| 196 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_ucp_searchfuncs.c"> |
194 | 197 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
195 | 198 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
196 | 199 | </ClCompile> |
197 | | - <ClCompile Include="..\..\pcre-7.4\pcre_valid_utf8.c"> |
| 200 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_valid_utf8.c"> |
198 | 201 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
199 | 202 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
200 | 203 | </ClCompile> |
201 | | - <ClCompile Include="..\..\pcre-7.4\pcre_version.c"> |
| 204 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_version.c"> |
202 | 205 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
203 | 206 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
204 | 207 | </ClCompile> |
205 | | - <ClCompile Include="..\..\pcre-7.4\pcre_xclass.c"> |
| 208 | + <ClCompile Include="..\..\third_party/pcre-7.4\pcre_xclass.c"> |
206 | 209 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> |
207 | 210 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> |
208 | 211 | </ClCompile> |
|
0 commit comments