CVS: rdesktop/uiports makefile_nanox,1.1,1.2
Peter Åstrand <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop/uiports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7752 Modified Files: makefile_nanox Log Message: Applied patch 1242734 Index: makefile_nanox =================================================================== RCS file: /cvsroot/rdesktop/rdesktop/uiports/makefile_nanox,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile_nanox 21 Apr 2005 23:01:58 -0000 1.1 --- makefile_nanox 23 Aug 2005 20:12:50 -0000 1.2 *************** *** 2,10 **** # nanoxrdesktop makefile # CC = gcc ! CFLAGS = -Os -Wall -I/usr/local/nanox/src/include RESTOBJ = ../tcp.o ../iso.o ../mcs.o ../secure.o ../rdp.o ../rdp5.o ../orders.o ../cache.o ../mppc.o ../licence.o ../bitmap.o ../channels.o ../pstcache.o LDFLAGS = -lcrypto - NXLIBS = /usr/local/nanox/src/lib/libnano-X.a all: nanoxrd --- 2,16 ---- # nanoxrdesktop makefile # + # These two following lines must point to the currently installed version of + # nano-X. You can override them on the make command line to point at your + # installation without changing this file. + # + NXINCLUDES=/usr/local/nanox/src/include + NXLIBS=/usr/local/nanox/src/lib/libnano-X.a + CC = gcc ! CFLAGS = -Os -Wall -I$(NXINCLUDES) RESTOBJ = ../tcp.o ../iso.o ../mcs.o ../secure.o ../rdp.o ../rdp5.o ../orders.o ../cache.o ../mppc.o ../licence.o ../bitmap.o ../channels.o ../pstcache.o LDFLAGS = -lcrypto all: nanoxrd ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf