mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
4 lines
191 B
Batchfile
4 lines
191 B
Batchfile
del /s list.txt
|
|
dir /w /b ..\aegisub\*.cpp ..\aegisub\*.h >> list.txt
|
|
"c:\program files\gettext\bin\xgettext.exe" --files-from=list.txt --directory=../aegisub/ --output=aegisub.pot --c++ -k_
|