* builds/windows/vc2010/freetype.vcxproj: AfterBuild copy.
* objs/.gitignore: Ignore almost everything.
This commit is contained in:
parent
2c048a8a62
commit
d019097bd2
@ -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).
|
||||
|
@ -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
18
objs/.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user