bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Re: Compile on Windows


From: Nardy Pillards
Subject: Re: [Bug-gnubg] Re: Compile on Windows
Date: Sat, 9 Nov 2002 11:56:06 +0100

> While you're still in the Makefile add -liconv to LIBS.
> (or is it called -liconv.dll ?)

yes: -liconv

so LIBS (last three entries) reads:
-liconv -lwinmm -lm
(libwinmm needed for sounds.c)

and this is the SOURCE as it is now:
SOURCE = analysis.c bearoffgammon.c copying.c credits.c database.c dice.c \
      drawboard.c erf.c eval.c export.c external.c getopt.c getopt1.c \
      gdkgetrgb.c gnubg.c gtk-multiview.c gtkboard.c gtkcube.c \
      gtkchequer.c gtkexport.c gtkgame.c gtkprefs.c gtktheory.c guile.c \
      html.c i18n.c import.c kleinman.c latex.c matchequity.c matchid.c \
      play.c positionid.c postscript.c pub_eval.c record.c rollout.c \
      set.c sgf.c sgfl.c sgfp.c show.c sound.c strdup.c text.c
(same for OBJ, replace .c with .o)

Nardy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]