* 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>
|
2017-12-11 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
Fix compiler warning (#52640).
|
Fix compiler warning (#52640).
|
||||||
|
|
|
@ -438,4 +438,7 @@
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
<Target Name="AfterBuild">
|
||||||
|
<Copy SourceFiles="$(TargetPath)" DestinationFolder="..\..\..\objs" />
|
||||||
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -1,15 +1,3 @@
|
||||||
apinames
|
*
|
||||||
freetype.def
|
!README
|
||||||
freetype.lib
|
!.gitignore
|
||||||
ftexport.sym
|
|
||||||
ftmodule.h
|
|
||||||
ftoption.h
|
|
||||||
libfreetype.la
|
|
||||||
.libs
|
|
||||||
*.lo
|
|
||||||
*.o
|
|
||||||
*.a
|
|
||||||
debug*/
|
|
||||||
release*/
|
|
||||||
win32/
|
|
||||||
win64/
|
|
||||||
|
|
Loading…
Reference in New Issue