mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
Thomas Dickey says this is needed to build 64-bit with Visual Studio
Express 2012. With 2017, it suppresses a warning.
This commit is contained in:
@@ -38,7 +38,7 @@ WIDEOPT = -DPDC_WIDE
|
||||
UTF8OPT = -DPDC_FORCE_UTF8
|
||||
!endif
|
||||
|
||||
SHL_LD = link $(LDFLAGS) /NOLOGO /DLL /OUT:pdcurses.dll
|
||||
SHL_LD = link $(LDFLAGS) /NOLOGO /DLL /MACHINE:$(PLATFORM) /OUT:pdcurses.dll
|
||||
|
||||
LINK = link.exe -nologo
|
||||
|
||||
@@ -90,7 +90,7 @@ $(CURSESDLL) : $(LIBOBJS) $(PDCOBJS) pdcurses.obj
|
||||
|
||||
pdcurses.res pdcurses.obj: $(osdir)\pdcurses.rc $(osdir)\pdcurses.ico
|
||||
rc /r /fopdcurses.res $(osdir)\pdcurses.rc
|
||||
cvtres /NOLOGO /OUT:pdcurses.obj pdcurses.res
|
||||
cvtres /MACHINE:$(PLATFORM) /NOLOGO /OUT:pdcurses.obj pdcurses.res
|
||||
|
||||
{$(srcdir)\}.c{}.obj::
|
||||
$(BUILD) $<
|
||||
|
||||
Reference in New Issue
Block a user