diff --git a/sr_port/CMakeLists.txt b/sr_port/CMakeLists.txt index b8ce12b..a317116 100644 --- a/sr_port/CMakeLists.txt +++ b/sr_port/CMakeLists.txt @@ -1531,9 +1531,9 @@ set(GTM_DSE_SRC_C dse_chng_bhead.c dse_chng_fhead.c dse_chng_rhead.c -# dse_cmd_disallow.o +# dse_cmd_disallow.o in sr_unix dse_crit.c -# dse_ctrlc_handler.o +# dse_ctrlc_handler.o in sr_unix dse_data.c dse_dmp.c dse_dmp_fhead.c @@ -1548,7 +1548,7 @@ set(GTM_DSE_SRC_C dse_find_roots.c dse_flush.c dse_getki.c -# dse_help.o +# dse_help.o in sr_unix dse_integ.c dse_is_blk_free.c dse_is_blk_in.c @@ -1556,14 +1556,14 @@ set(GTM_DSE_SRC_C dse_lm_blk_free.c dse_m_rest.c dse_maps.c -# dse_open.o +# dse_open.o in sr_unix dse_order.c dse_over.c dse_page.c -# dse_puttime.o +# dse_puttime.o in sr_unix dse_r_dmp.c dse_range.c -# dse_remove.o +# dse_remove.o in sr_unix dse_rest.c dse_rmrec.c dse_rmsb.c @@ -1631,7 +1631,7 @@ add_library(gnpclientport ) -add_library(dse +add_library(dseport ${GTM_DSE_SRC_C} ) diff --git a/sr_unix/CMakeLists.txt b/sr_unix/CMakeLists.txt index 6edc801..c26cf65 100644 --- a/sr_unix/CMakeLists.txt +++ b/sr_unix/CMakeLists.txt @@ -82,12 +82,6 @@ if(ARCHITECTURE_IS_64_BITS) comp_lits.c dse.c dse_cmd.c - dse_cmd_disallow.c - dse_ctrlc_handler.c - dse_help.c - dse_open.c - dse_puttime.c - dse_remove.c gtm_unlink_all.c gtm_trigger.c incr_link.c @@ -501,6 +495,15 @@ set(GTM_MUPIP_SRC_C upd_log_init.c ) +set(GTM_DSE_UNIX_SRC_C + dse_cmd_disallow.c + dse_ctrlc_handler.c + dse_help.c + dse_open.c + dse_puttime.c + dse_remove.c + ) + add_library(lke ${GTM_LKE_SRC_C} ) @@ -513,6 +516,10 @@ add_library(mumps ${GTM_MUMPS2_SRC_C} ) +add_library(dseunix + ${GTM_DSE_UNIX_SRC_C} + ) + # # Complimentary pieces are in sr_port #