Skip to content

Commit

Permalink
* builds/windows/vc2010/freetype.vcxproj: AfterBuild copy.
Browse files Browse the repository at this point in the history
* objs/.gitignore: Ignore almost everything.
  • Loading branch information
apodtele committed Dec 17, 2017
1 parent 2c048a8 commit d019097
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2017-12-16 Alexei Podtelezhnikov <[email protected]>

* builds/windows/vc2010/freetype.vcxproj: AfterBuild copy.
* objs/.gitignore: Ignore almost everything.

2017-12-11 Werner Lemberg <[email protected]>

Fix compiler warning (#52640).
Expand Down
3 changes: 3 additions & 0 deletions builds/windows/vc2010/freetype.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 3 additions & 15 deletions objs/.gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d019097

Please sign in to comment.