export postfix.h and added win32 spec libs

This commit is contained in:
Jeff Hill
1998-02-27 01:29:06 +00:00
parent 5fea5bc173
commit 82a24516fb

View File

@@ -35,6 +35,7 @@ INC += ipAddrToA.h
INC += epicsString.h
INC += truncateFile.h
INC += adjustment.h
INC += postfix.h
# For WIN32 we supply getopt as part of libCom:
INC_WIN32 := getopt.h
@@ -93,10 +94,11 @@ LIBRARY:=Com
# only for WIN32:
# build LIBRARY as a DLL, use the specified def file
LIBTYPE:=SHARED
LIBTYPE := SHARED
# libs needed for PROD and TESTPRODUCT
PROD_LIBS = Com
PROD_LIBS := Com
SYS_PROD_LIBS_WIN32 := ws2_32 winmm
#USR_CFLAGS += -DTS_TEST
#TESTPROD_SRCS=tsSubr.c