5792b75123
Fix bug where the String representation of a Fix32 representing minus one quarter was "0:064" instead of "-0:064". R=r, rsc, rog, nigeltao_gnome CC=golang-dev http://codereview.appspot.com/2275043
16 lines
438 B
Makefile
16 lines
438 B
Makefile
# Copyright 2010 The Freetype-Go Authors. All rights reserved.
|
|
# Use of this source code is governed by your choice of either the
|
|
# FreeType License or the GNU General Public License version 2 (or
|
|
# any later version), both of which can be found in the LICENSE file.
|
|
|
|
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG=freetype-go.googlecode.com/hg/freetype/raster
|
|
GOFILES=\
|
|
geom.go\
|
|
paint.go\
|
|
raster.go\
|
|
stroke.go\
|
|
|
|
include $(GOROOT)/src/Make.pkg
|