mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 00:05:16 +00:00
I think we can do without the .rsp file now.
This commit is contained in:
@@ -75,8 +75,8 @@ $(ZIPFILE):
|
||||
config.sub x11/xcurses-config.in install-sh aclocal.m4 curses.h \
|
||||
curspriv.h panel.h term.h maintain.er pdcurses/README \
|
||||
pdcurses/*.c demos/README demos/*.c demos/*.h panel/README \
|
||||
panel/*.c dos/README dos/*.c dos/*.h dos/*.rsp dos/*.mak \
|
||||
dos/*.lrf os2/README os2/*.c os2/*.mak os2/*.lrf os2/*.def \
|
||||
panel/*.c dos/README dos/*.c dos/*.h dos/*.mak dos/*.lrf \
|
||||
os2/README os2/*.c os2/*.mak os2/*.lrf os2/*.def \
|
||||
x11/README x11/*.c x11/*.xbm x11/*.h win32/README win32/*.c \
|
||||
win32/*.mak win32/*.def win32/*.ico win32/*.rc doc/*.man \
|
||||
tools/manext.c x11/Makefile.* tools/Makefile.in
|
||||
@@ -97,7 +97,7 @@ zip: $(ZIPFILE)
|
||||
$(PDC_DIR)/demos/*.h $(PDC_DIR)/doc/*.man \
|
||||
$(PDC_DIR)/panel/README $(PDC_DIR)/panel/*.c \
|
||||
$(PDC_DIR)/dos/README $(PDC_DIR)/dos/*.c $(PDC_DIR)/dos/*.h \
|
||||
$(PDC_DIR)/dos/*.rsp $(PDC_DIR)/dos/*.mak $(PDC_DIR)/dos/*.lrf \
|
||||
$(PDC_DIR)/dos/*.mak $(PDC_DIR)/dos/*.lrf \
|
||||
$(PDC_DIR)/os2/README $(PDC_DIR)/os2/*.c $(PDC_DIR)/os2/*.mak \
|
||||
$(PDC_DIR)/os2/*.lrf $(PDC_DIR)/os2/*.def $(PDC_DIR)/x11/README \
|
||||
$(PDC_DIR)/x11/*.c $(PDC_DIR)/x11/*.xbm $(PDC_DIR)/x11/*.h \
|
||||
|
||||
@@ -36,7 +36,8 @@ CFLAGS = -O
|
||||
|
||||
CPPFLAGS = -I$(PDCURSES_HOME)
|
||||
|
||||
CCFLAGS = -c @$(osdir)\bccdos.rsp -m$(MODEL) $(CFLAGS) $(CPPFLAGS)
|
||||
CCFLAGS = -1- -K -G -rd -d -w-eff -w-par -c \
|
||||
-m$(MODEL) $(CFLAGS) $(CPPFLAGS)
|
||||
|
||||
LIBEXE = tlib /C /E
|
||||
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
-1-
|
||||
-K
|
||||
-G
|
||||
-rd
|
||||
-d
|
||||
-V
|
||||
-w-eff
|
||||
-w-par
|
||||
-j0
|
||||
-c
|
||||
-P-
|
||||
Reference in New Issue
Block a user