source: PSPA/Interface_Web/trunk/pspaWT/cmt/requirements @ 34

Last change on this file since 34 was 34, checked in by garnier, 12 years ago

fichiers inutiles supprimes

File size: 1.1 KB
Line 
1package pspaWT
2
3build_strategy no_prototypes
4include_path none
5 
6use Platform v1r* $(PSPAWTROOT)/../Interfaces
7use dld      v2r* $(PSPAWTROOT)/../Interfaces
8
9use Wt       v1r* $(PSPAWTROOT)/../Interfaces
10use boost    v1r* $(PSPAWTROOT)/../Interfaces
11
12include_dirs $(PSPAWTROOT)/include
13
14#library PSPSLib   \
15#  ../src/pspa.C
16
17macro lib_PSPSLib_cppflags " ${Wt_cflags} ${boost_cflags} -DTHREADED -DDRAWWT_BUILD"
18#macro PSPSLib_shlibflags   " ${Wt_linkopts} ${boost_linkopts} ${dld_linkopts} -F/System/Library/Frameworks "
19
20#macro PSPSLib_linkopts     " -L${PSPAWTROOT}/$(Platform_bin) -lPSPSLib "
21
22application pspaWt dataManager.cc LigneFaisceau.cc pspa.cc use_cppflags='" ${lib_PSPSLib_cppflags} "'
23
24macro DrawWt_linkopts " ${PSPSLib_linkopts} ${Wt_linkopts} ${boost_linkopts} ${dld_linkopts}"
25
26
27# DEBUG :
28macro_append cflags  " -W -Wall -g" WIN32 "-W /ZI /Od"
29macro_append cppflags  " -W -Wall -g" WIN32 " /ZI /Od"
30macro_append cpplinkflags  " -W -Wall -g" WIN32 "/DEBUG /VERBOSE:LIB"
31
32# OPTIMIZE :
33#macro_append cflags  " -O" WIN32 " /O2"
34#macro_append cppflags  " -O" WIN32 " /O2"
35#macro_append cpplinkflags  " -O" WIN32 ""
Note: See TracBrowser for help on using the repository browser.