mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 08:15:27 +00:00
Removed "/3s"; let Watcom use its native calling convention by default.
This commit is contained in:
@@ -46,7 +46,7 @@ LDFLAGS =
|
||||
|
||||
CPPFLAGS = /i=$(PDCURSES_HOME) /i=$(CCINCDIR)
|
||||
|
||||
CCFLAGS = /bt=$(TARGET) /bm /3s /wx /s /zq /mf $(CFLAGS) $(CPPFLAGS)
|
||||
CCFLAGS = /bt=$(TARGET) /bm /wx /s /zq /mf $(CFLAGS) $(CPPFLAGS)
|
||||
|
||||
LINK = wlink
|
||||
|
||||
|
||||
Reference in New Issue
Block a user