diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-01 13:16:17 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-16 11:22:44 -0500 |
commit | 2a531c1cdded4ca03e7ca5b96fb356883edfa370 (patch) | |
tree | adc1e32d89b8a6835144ce352945ee7321539350 /prj | |
parent | 90b5d08e5f9e727693085c56684b6009ad945392 (diff) |
move translations structure one directory up
Diffstat (limited to 'prj')
-rw-r--r-- | prj/build.lst | 2 | ||||
-rw-r--r-- | prj/d.lst | 0 | ||||
-rw-r--r-- | prj/makefile.mk | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/prj/build.lst b/prj/build.lst new file mode 100644 index 00000000000..3937bc2aad7 --- /dev/null +++ b/prj/build.lst @@ -0,0 +1,2 @@ +translations translations : l10ntools PYTHON:python GLIB:glib NULL +translations translations\prj nmake - all translations_prj NULL diff --git a/prj/d.lst b/prj/d.lst new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/prj/d.lst diff --git a/prj/makefile.mk b/prj/makefile.mk new file mode 100644 index 00000000000..0997622e00f --- /dev/null +++ b/prj/makefile.mk @@ -0,0 +1 @@ +.INCLUDE : gbuildbridge.mk |