version 1.36, 2009/01/29 19:53:12
|
version 1.37, 2009/01/30 00:18:05
|
Line 353 if ($CHKLIBS == "yes") then |
|
Line 353 if ($CHKLIBS == "yes") then |
|
| |
endif | endif |
| |
# Call gen_init.csh to generate localized scripts and localization.h |
# Site Localization |
if (!(-e suflag.txt)) then | if (!(-e suflag.txt)) then |
|
if (!(-e config.local) then |
|
echo "You must copy config.local.template to config.local, then edit config.local to contain localized values." |
|
echo "****IMPORTANT WARNING**** The edited config.local will contain important entries - keep it safe, especially during updates to new NetDRMS versions." |
|
else |
echo "CUSTOM_DEFINES = __LOCALIZED_DEFS__" >> custom.mk | echo "CUSTOM_DEFINES = __LOCALIZED_DEFS__" >> custom.mk |
./gen_init.csh | ./gen_init.csh |
endif | endif |
|
endif |