root/trunk/FRII/local.mk.ctb-cygwin

Revision 24, 0.7 kB (checked in by t, 3 years ago)

updated to latest windows build stuff.

Line 
1 # a large variety of other packages are needed ;(.
2
3 ####### Location of packages ################################################
4
5 ROOTDIR=/home/titus/cygdev/svntrunk
6
7 PAIRCOMP=$(ROOTDIR)/paircomp
8 CANAL_CPP=$(ROOTDIR)/cartwheel-clients/canal.c++/src
9 SISTER_UTILS=$(ROOTDIR)/xml/sister.c++/src
10 MOTILITY_DIR=$(ROOTDIR)/motility/src
11
12 ####### FLTK linking requirements ###########################################
13
14 # remove -mwindows in order get a text window when you double click on
15 # an executable.
16 FLTK_LIB= -L/usr/local/lib -lfltk -mwindows -lgdi32 -lole32 -luuid -lcomctl32 -lwsock32 -lsupc++
17
18 ####### Xerces C lib location ###############################################
19
20 XERCES_LIB=-lxerces-c
Note: See TracBrowser for help on using the browser.