Changeset 174 for libmpc/branches/r2d/win32/mppenc.vcproj
- Timestamp:
- 12/20/06 00:57:09 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/win32/mppenc.vcproj
r51 r174 3 3 ProjectType="Visual C++" 4 4 Version="8,00" 5 Name="mp penc"5 Name="mpcenc" 6 6 ProjectGUID="{15082E34-9324-469F-8423-F995B4814A37}" 7 7 RootNamespace="mppenc" … … 41 41 Name="VCCLCompilerTool" 42 42 Optimization="0" 43 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER" 43 AdditionalIncludeDirectories="../include;../libmpcenc;../libmpcpsy" 44 PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER;CVD_FASTLOG;FAST_MATH" 44 45 ExceptionHandling="0" 45 46 BasicRuntimeChecks="3" … … 123 124 <Tool 124 125 Name="VCCLCompilerTool" 125 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER" 126 AdditionalIncludeDirectories="../include;../libmpcenc;../libmpcpsy" 127 PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER" 126 128 ExceptionHandling="0" 127 129 RuntimeLibrary="0" … … 189 191 > 190 192 <File 191 RelativePath="..\src\analy_filter.c" 192 > 193 </File> 194 <File 195 RelativePath="..\src\ans.c" 196 > 197 </File> 198 <File 199 RelativePath="..\src\bitstream.c" 200 > 201 </File> 202 <File 203 RelativePath="..\src\cvd.c" 204 > 205 </File> 206 <File 207 RelativePath="..\src\encode_sv7.c" 208 > 209 </File> 210 <File 211 RelativePath="..\src\fastmath.c" 212 > 213 </File> 214 <File 215 RelativePath="..\src\fft4g.c" 216 > 217 </File> 218 <File 219 RelativePath="..\src\fft_routines.c" 220 > 221 </File> 222 <File 223 RelativePath="..\src\huffsv7.c" 224 > 225 </File> 226 <File 227 RelativePath="..\src\keyboard.c" 228 > 229 </File> 230 <File 231 RelativePath="..\src\mppenc.c" 232 > 233 </File> 234 <File 235 RelativePath="..\src\pipeopen.c" 236 > 237 </File> 238 <File 239 RelativePath="..\src\profile.c" 240 > 241 </File> 242 <File 243 RelativePath="..\src\psy.c" 244 > 245 </File> 246 <File 247 RelativePath="..\src\psy_tab.c" 248 > 249 </File> 250 <File 251 RelativePath="..\src\quant.c" 252 > 253 </File> 254 <File 255 RelativePath="..\src\stderr.c" 256 > 257 </File> 258 <File 259 RelativePath="..\src\tags.c" 260 > 261 </File> 262 <File 263 RelativePath="..\src\tools.c" 264 > 265 </File> 266 <File 267 RelativePath="..\src\wave_in.c" 268 > 269 </File> 270 <File 271 RelativePath="..\src\winmsg.c" 193 RelativePath="..\mpcenc\keyboard.c" 194 > 195 </File> 196 <File 197 RelativePath="..\mpcenc\mpcenc.c" 198 > 199 </File> 200 <File 201 RelativePath="..\mpcenc\pipeopen.c" 202 > 203 </File> 204 <File 205 RelativePath="..\mpcenc\stderr.c" 206 > 207 </File> 208 <File 209 RelativePath="..\mpcenc\tags.c" 210 > 211 </File> 212 <File 213 RelativePath="..\mpcenc\wave_in.c" 214 > 215 </File> 216 <File 217 RelativePath="..\mpcenc\winmsg.c" 272 218 > 273 219 </File> … … 279 225 > 280 226 <File 281 RelativePath="..\src\config.h" 282 > 283 </File> 284 <File 285 RelativePath="..\src\cvd.h" 286 > 287 </File> 288 <File 289 RelativePath="..\src\fastmath.h" 290 > 291 </File> 292 <File 293 RelativePath="..\src\minimax.h" 294 > 295 </File> 296 <File 297 RelativePath="..\src\mpp.h" 298 > 299 </File> 300 <File 301 RelativePath="..\src\mppdec.h" 302 > 303 </File> 304 <File 305 RelativePath="..\src\mppenc.h" 306 > 307 </File> 308 <File 309 RelativePath="..\src\predict.h" 310 > 311 </File> 312 <File 313 RelativePath="..\src\profile.h" 227 RelativePath="..\mpcenc\config.h" 228 > 229 </File> 230 <File 231 RelativePath="..\mpcenc\mpcenc.h" 232 > 233 </File> 234 <File 235 RelativePath="..\mpcenc\mpp.h" 236 > 237 </File> 238 <File 239 RelativePath="..\mpcenc\mppdec.h" 240 > 241 </File> 242 <File 243 RelativePath="..\mpcenc\predict.h" 314 244 > 315 245 </File>
Note: See TracChangeset
for help on using the changeset viewer.