Changeset 334 in PSPA


Ignore:
Timestamp:
Feb 20, 2013, 12:11:52 PM (11 years ago)
Author:
garnier
Message:

fix pb on server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/cmt/requirements

    r329 r334  
    3737macro lib_PSPA_controlerLib_cppflags " ${Wt_cflags} ${boost_cflags} -DTHREADED -DDRAWWT_BUILD -DPSPA_DEBUG"
    3838
    39 macro PSPA_controlerLib_shlibflags   " ${PSPA_userInterfaceLib_linkopts}  ${Wt_linkopts} ${boost_linkopts} ${dld_linkopts}"
     39macro PSPA_controlerLib_shlibflags   "   ${PSPA_userInterfaceLib_linkopts} ${Wt_linkopts} ${boost_linkopts} ${dld_linkopts}"
     40
     41macro PSPA_controlerLib_dependencies   " ${PSPA_userInterfaceLib} "
    4042
    4143macro PSPA_controlerLib_linkopts     " -L${PSPAWTROOT}/${Platform_bin} -lPSPA_controlerLib "
     
    6870macro PSPA_userInterfaceLib_shlibflags   " ${PSPA_controlerLib_linkopts} ${Wt_linkopts} ${boost_linkopts} ${dld_linkopts}"
    6971
     72macro PSPA_userInterfaceLib_dependencies   " ${PSPA_controlerLib} "
     73
    7074macro PSPA_userInterfaceLib_linkopts     " -L${PSPAWTROOT}/${Platform_bin} -lPSPA_userInterfaceLib "
    7175
Note: See TracChangeset for help on using the changeset viewer.