changeset 11:1f0a811c5b07

Use environment variables by default to find DW
author Brian Smith <brian@dbsoft.org>
date Sun, 13 Mar 2011 00:05:58 -0600
parents e8589384fe55
children fbd6ed36e1f1
files Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Fri Feb 18 17:06:12 2011 -0600
+++ b/Makefile.in	Sun Mar 13 00:05:58 2011 -0600
@@ -3,8 +3,8 @@
 # HandyFTP Makefile
 
 # Edit these as necessary.
-DWLIBDIR = /home/nuke/netlabs/dwindows/lib
-DWINCDIR = /home/nuke/netlabs/dwindows
+#DWLIBDIR = /home/nuke/netlabs/dwindows/lib
+#DWINCDIR = /home/nuke/netlabs/dwindows
 
 CC = @CC@
 RM = @RM@