More detail for Motif version, and change button labels on help browser to be more...
[nedit.git] / makefiles / Makefile.cygwin
blob61fdde0b22e68f5b258cda916b08c063408d3967
1 # $Id: Makefile.cygwin,v 1.4 2001/08/17 23:02:55 edg Exp $
2 CC=gcc
3 AR=ar
5 # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
7 # To evaluate an alternative layout for the Replace/Find dialog, add
8 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
10 CFLAGS=-O -I/usr/X11R6.4/include -DDONT_HAVE_GLOB -DCYGWIN -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DNO_XMIM
11 ARFLAGS=-urs
12 LIBS= -L/usr/X11R6.4/lib -lXm -lXpm -lXext -lXt -lSM -lICE -lX11
14 include Makefile.common