File: SConscript

package info (click to toggle)
kstreamripper 0.3.4.debian1-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 464 kB
  • ctags: 148
  • sloc: python: 1,337; cpp: 605; sh: 71; makefile: 26
file content (24 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## This script demonstrates to build and install
## a simple kde program having KconfigXT settings
## with scons
##
## Thomas Nagy, 2004, 2005

## This file can be reused freely for any project (see COPYING)


## First load the environment set in the top-level SConstruct file
#Import( "env KDElang" )
Import('env')
myenv=env.Copy()

## Make translations for the program "test1" in french (requires fr.po)
myenv['APPNAME'] = "kstreamripper"
#KDElang( ['fr'], myenv )

## NOTE1 :
# KDElang( ['fr','de','nl','pl'], myenv )

## NOTE2 :
## updating the translation files must be done manually
## for the moment, using the messages.sh script