# Edit this file for Compiler-specific configuration
# make further changes in Makefile.common

# Conditional Defines:
#
# Advertisement
#          - print msg_advertisement line (qmsgs.pas)
# NoHide   - crtquiz: don't hide the cursor 
#            because it may cause trouble with FPC on some terminals
#            automatically set for BSD systems
# SDL      - use SDL4FreePascal (else SVGAlib is used for Unix)
# GTK2     - use GTK2 instead of GTK 1.2 in gtkquizchooser
# NoCSS    - Don't include CSS in HTML files - 
#            external CSS files still are referenced
# OEM      - crtquiz: display has OEM charset (IBM437)
#            (don't check the varable MM_CHARSET)
# grNoEscKey,
# crtNoEscKey
#          - Esc key may cause troulble in some cases
# ForceLFN - force LFNsupport on DOS
# NoProjectLink
#          - Omit the Link to the project's homepage
#            (still remains in the Meta-data)

PC=fpc

# Flags for FreePascal
PFLAGS=-Sh -Sd
POPT=-O2Gp3 -Xs -XX -vi

DEFINES+=-dAdvertisement
#DEFINES+=-dSDL
#DEFINES+=-dGTK2
#DEFINES+=-dNoHide
#DEFINES+=-dcrtNoEscKey
#DEFINES+=-dgrNoEscKey
#DEFINES+=-dOEM
#DEFINES+=-dForceLFN
#DEFINES+=-dNoCSS
#DEFINES+=-dNoProjectLink

IMAGEFILES=quizhg.inc

include common.mak

