view timelog/Makefile.mingw @ 1024:691b3a9877ad

i've started moving everything to "dev" versions. Locking it to a SCM seems dumb to me nowadays...
author Gary Kramlich <grim@reaperworld.com>
date Mon, 13 Jul 2009 18:11:06 -0500
parents 1a919c643308
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for timelog plugin.
#

PP_TOP :=		..

PP = timelog


PP_SRC := \
	log-widget.c \
	range-widget.c \
	timelog.c

include $(PP_TOP)/win_pp.mak