Rearranged OP_SYS and ARCH_DEP definitions.

This commit is contained in:
Janet B. Anderson
2001-03-22 21:21:40 +00:00
parent 3f79faccca
commit 0a5ddd49ba
2 changed files with 6 additions and 5 deletions

View File

@@ -22,7 +22,9 @@ POSIX_CPPFLAGS_NO =
POSIX_LDLIBS_NO =
# -D_BSD_SOURCE for gethostname() in unistd.h as needed by cacChannelIO.cpp.
ARCH_DEP_CPPFLAGS += -DCYGWIN32 -U_WIN32
ARCH_DEP_LDFLAGS =
####ARCH_DEP_LDLIBS = -lreadline -lcurses -lrt
OP_SYS_CPPFLAGS += -DCYGWIN32 -U_WIN32
OP_SYS_LDFLAGS =
####OP_SYS_LDLIBS = -lreadline -lcurses -lrt
ARCH_DEP_CPPFLAGS += -D_X86_

View File

@@ -143,7 +143,6 @@ LINK_OPT_FLAGS_NO = -c -C -Gi -Gn -Tpd -x -w-
WIN32_DLLFLAGS = $(LINK_OPT_FLAGS_$(HOST_OPT))
OPT_LDFLAGS =
ARCH_DEP_CFLAGS=
# to identify the general architecture class:
@@ -172,7 +171,7 @@ OP_SYS_CFLAGS =
#
# Borland specific include files
#
OP_SYS_INCLUDES = -I$(BORLAND_INC)
#OP_SYS_INCLUDES = -I$(BORLAND_INC)
#
OP_SYS_LDLIBS =