]> granicus.if.org Git - nethack/commitdiff
fix a build error when curses is NOT enabled
authornhmall <nhmall@nethack.org>
Sun, 18 Nov 2018 13:34:24 +0000 (08:34 -0500)
committernhmall <nhmall@nethack.org>
Sun, 18 Nov 2018 13:34:24 +0000 (08:34 -0500)
Fix an error when curses build macros are not defined
makefile(1262) : fatal error U1083: target macro '$(PDCLIB)' expands to nothing

sys/winnt/Makefile.msc

index 28a7bae48dca34d778a303d58ef8fc227ef5e957..926eed8ad16d30e5ad83906631e4b9f0e36c55eb 100644 (file)
@@ -73,8 +73,8 @@ DEBUGINFO = Y
 #    PDCurses header (.h) files and PDCURSES_C to the location
 #    of your PDCurses C files.
 #
-ADD_CURSES=Y
-PDCURSES_TOP=..\..\pdcurses
+#ADD_CURSES=Y
+#PDCURSES_TOP=..\..\pdcurses
 #
 #==============================================================================
 # This marks the end of the BUILD DECISIONS section.
@@ -1261,7 +1261,7 @@ $(O)til2bm32.o: $(WSHR)\tile2bmp.c $(HACK_H) $(TILE_H) $(MSWSYS)\win32api.h
 # PDCurses
 #==========================================
 
-$(PDCLIB) : $(PDCLIBOBJS) $(PDCOBJS)
+$(O)\pdcurses.lib : $(PDCLIBOBJS) $(PDCOBJS)
        lib -nologo /out:$@ $(PDCLIBOBJS) $(PDCOBJS)
 
 #==========================================