* builds/windows/vc2010/freetype.vcxproj: AfterBuild copy.

* objs/.gitignore: Ignore almost everything.
This commit is contained in:
Alexei Podtelezhnikov 2017-12-16 22:00:40 -05:00
parent 2c048a8a62
commit d019097bd2
3 changed files with 11 additions and 15 deletions

View File

@ -1,3 +1,8 @@
2017-12-16 Alexei Podtelezhnikov <apodtele@gmail.com>
* builds/windows/vc2010/freetype.vcxproj: AfterBuild copy.
* objs/.gitignore: Ignore almost everything.
2017-12-11 Werner Lemberg <wl@gnu.org>
Fix compiler warning (#52640).

View File

@ -438,4 +438,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<Target Name="AfterBuild">
<Copy SourceFiles="$(TargetPath)" DestinationFolder="..\..\..\objs" />
</Target>
</Project>

18
objs/.gitignore vendored
View File

@ -1,15 +1,3 @@
apinames
freetype.def
freetype.lib
ftexport.sym
ftmodule.h
ftoption.h
libfreetype.la
.libs
*.lo
*.o
*.a
debug*/
release*/
win32/
win64/
*
!README
!.gitignore