From 1a65e905d629e82cb5da73ee670acedcc0d10249 Mon Sep 17 00:00:00 2001 From: nickysn Date: Mon, 20 Sep 2010 13:45:19 +0000 Subject: + enabled build of ptcgraph on win32 git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16030 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/Makefile.fpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/Makefile.fpc') diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index acadcfb080..2bd64e9469 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -244,7 +244,7 @@ graph_debug: sdl_debug graph_release: sdl_release endif -ifneq ($(findstring $(OS_TARGET),linux),) +ifneq ($(findstring $(OS_TARGET),linux win32),) graph_all: ptc_all graph_shared: ptc_shared graph_smart: ptc_smart -- cgit v1.2.1