mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
git-svn-id: https://gpredict.svn.sourceforge.net/svnroot/gpredict/trunk@507 ab6734ba-2843-0410-b83b-99c217ef6c0f
16 lines
391 B
Makefile
16 lines
391 B
Makefile
# Configuration variables governing the build of grig for win32
|
|
|
|
# directory containing the cross tools
|
|
#CROSSDIR = /grga/mingw32/buildenv
|
|
|
|
# prefix for mingw tools (e.g. i586-mingw32msvc-gcc)
|
|
#MGW_PREFIX = i586-mingw32msvc-
|
|
|
|
# mingw include dir
|
|
MGW_INC = $(CROSSDIR)/include
|
|
|
|
# msgfmt command for producing win32 messages file
|
|
|
|
|
|
# pkgconfig path
|
|
PKG_CONFIG_PATH = $(CROSSDIR)/lib/pkgconfig
|