Fix for SF bug #925951: nedit 5.4 crashes when dragging a calltip.
[nedit.git] / makefiles / Makefile.qnx
blob56c4a2a97c3e6c62563a47f1dccca6968cbd5122
1 # $Id: Makefile.qnx,v 1.3 2003/05/20 00:27:56 n8gray Exp $
3 # Makefile for QNX
4 # (reference: NEdit develop mailinglist)
6 CC=cc 
7 AR=ar
10 # To evaluate an alternative layout for the Replace/Find dialog, add
11 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
13 # To test if the Motif library exports the runtime version
14 # add -DHAVE__XMVERSIONSTRING to CFLAGS
16 CFLAGS=-O0 -I/usr/X11R6/include -DNO_XMIM 
17 ARFLAGS=-urs
18 LIBS=-L/x86/usr/X11R6/lib -lm -lsocket -lXm -lXt -lICE -lSM -lX11
20 include Makefile.common
22 verify_config: