From 2218032bc2c5cda267d21f4b930c4e14d018ceed Mon Sep 17 00:00:00 2001 From: David Schmidt Date: Thu, 6 Jan 2011 22:34:27 +0000 Subject: [PATCH] Add printer developer information to the doc --- doc/web/src/site/apt/developing.apt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/web/src/site/apt/developing.apt b/doc/web/src/site/apt/developing.apt index 965a4ff..0a4cee4 100644 --- a/doc/web/src/site/apt/developing.apt +++ b/doc/web/src/site/apt/developing.apt @@ -153,13 +153,13 @@ HP, Motorola, and IBM are big-endian. * Install Freetype in your build environment - you'll need to link with the freetype library - * Add <<<-DHAVE_PARALLEL>>> to the <<>> variable in your <<>> file + * Add <<<-DHAVE_PARALLEL -DWIN32>>> to the <<>> variable in your <<>> file * Add something like <<<-I/usr/include/freetype2>>> and <<<-I/usr/include/SDL>>> options to your <<>> in your vars file to point to the SDL and Freetype include files * Compile <<>> and <<>> and include their object code as part of your final linkage - * Include SDL and Freetype libraries as part of your final linkage (i.e. <<<-lSDL -lfreetype>>>) + * Include SDL, Freetype, and Win32 common dialog libraries as part of your final linkage (i.e. <<<-lSDL -lfreetype -lcomdlg32>>>) * After building, you'll need the file <<>> in the same directory as your GSport executable