Skip to content

Commit

Permalink
Add Dante integration
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Nov 21, 2023
1 parent f12bcce commit a2fb8d5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions xxxApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,13 @@ ifeq ($(OS_CLASS), WIN32)
$(PROD_NAME)_SYS_LIBS += setupapi
endif
endif


ifdef DANTE
$(DBD_NAME)_DBD += mcaDanteSupport.dbd
$(PROD_NAME)_LIBS := mcaDante $($(PROD_NAME)_LIBS)
$(PROD_NAME)_SYS_LIBS += XGL_DPP
endif

ifdef DXPSITORO
$(DBD_NAME)_DBD += dxpSITOROSupport.dbd
$(PROD_NAME)_LIBS := dxpSITORO handelSITORO $($(PROD_NAME)_LIBS)
Expand Down Expand Up @@ -482,7 +488,11 @@ ifdef PVADRIVER
$(PROD_NAME)_LIBS := pvaDriver $($(PROD_NAME)_LIBS)
endif


ifdef DANTE
$(DBD_NAME)_DBD += mcaDanteSupport.dbd
$(PROD_NAME)_LIBS := mcaDante $($(PROD_NAME)_LIBS)
$(PROD_NAME)_SYS_LIBS += XGL_DPP
endif

ifdef DXP
# If your host supports parallel port or USB interfaces to Saturn DXP, set
Expand Down

0 comments on commit a2fb8d5

Please sign in to comment.