diff -r 319e211bfb33 Recipe --- a/Recipe Mon Jun 02 00:52:40 2008 +0200 +++ b/Recipe Mon Jun 02 00:53:53 2008 +0200 @@ -177,7 +177,7 @@ RCFLAGS = $(RCFLAGS) $(VER) !end !begin lcc vars -RCFLAGS += $(VER) +#RCFLAGS = $(RCFLAGS) $(VER) !end !forceobj putty.res !forceobj puttytel.res diff -r 319e211bfb33 mkfiles.pl --- a/mkfiles.pl Mon Jun 02 00:52:40 2008 +0200 +++ b/mkfiles.pl Mon Jun 02 00:53:53 2008 +0200 @@ -1197,8 +1197,6 @@ "CFLAGS = -D_WINDOWS " . (join " ", map {"-I$dirpfx$_"} @srcdirs) . "\n". - "# Resource compilation flags\n". - "RCFLAGS = \n". "\n". "# Get include directory for resource compiler\n". "\n". diff -r 319e211bfb33 windows/makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/windows/makefile Mon Jun 02 00:53:53 2008 +0200 @@ -0,0 +1,12 @@ +FLAGS="RCFLAGS=/d __LCC__ /i d:/usr/lcc/include" "COMPAT=-DNO_MULTIMON -DNO_IPV6" + +putty.exe: FORCE + make -f Makefile.lcc $(FLAGS) $@ + +all: + make -f Makefile.lcc $(FLAGS) all + +clean: + make -f Makefile.lcc $(FLAGS) clean + +FORCE: