forked from mia/Aegisub
956f657c8d
- Deleted the lib folder since nothing uses it anymore. - Modifed the #include of ffms.h in ffmpegsource_common.h to make it easier to use an external ffms2 instead of the one in the repository. - Updated vs2008 project file to reflect these changes. - Easily claims build breaker's hat. Originally committed to SVN as r3052.
15 lines
394 B
XML
15 lines
394 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="ffms2_lib_include_dir"
|
|
>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalLibraryDirectories="$(ProjectDir)../../FFmpegSource2/"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)../../FFmpegSource2/";"
|
|
/>
|
|
</VisualStudioPropertySheet>
|