Modified OBJS build.
This commit is contained in:
+4
-9
@@ -2,23 +2,18 @@ TOP=../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
CMPLR = STRICT
|
||||
|
||||
# DEFAULT Unix needs lib m, every system needs libs ca & Com:
|
||||
SYS_PROD_LIBS_DEFAULT := m
|
||||
SYS_PROD_LIBS_WIN32 := -nil-
|
||||
PROD_LIBS := ca Com
|
||||
|
||||
#
|
||||
# Added winmm user32 for the non-dll build
|
||||
#
|
||||
SRCS_Host += ca_test_main.c
|
||||
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32 user32
|
||||
PROD_DEFAULT = ca_test iocLogServer startCArepeater
|
||||
PROD_WIN32 = ca_test iocLogServer
|
||||
PRODIOC_vxWorks = ca_test.o
|
||||
|
||||
ca_test_SRCS = ca_test.c
|
||||
TARGETS = ca_test.o
|
||||
ca_test_SRCS = ca_test_main.c ca_test.c
|
||||
|
||||
OBJS = ca_test
|
||||
|
||||
SCRIPTS_solaris := S99logServer S99caRepeater
|
||||
|
||||
|
||||
Reference in New Issue
Block a user