File: gen-instruments-projectfile.bat

package info (click to toggle)
musescore 2.3.2%2Bdfsg1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports-sloppy
  • size: 204,200 kB
  • sloc: cpp: 267,218; xml: 177,839; ansic: 140,048; sh: 6,921; python: 6,867; perl: 423; makefile: 332; awk: 142; pascal: 74; sed: 3
file content (16 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@echo off

set OLD_DIR=%CD%

echo TRANSLATIONS = \
for /r %1/../../share/locale/ %%a in (instruments_*.ts) do echo     %%a \
echo.

cd /d %1

echo HEADERS= \
for /r %1 %%a in (*.h) do echo     %%a \
echo.
echo.

cd /d %OLD_DIR%