File: tscbdbg.bat

package info (click to toggle)
libmikmod 3.3.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,188 kB
  • sloc: ansic: 36,299; sh: 5,013; makefile: 548; javascript: 1
file content (17 lines) | stat: -rw-r--r-- 592 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@ECHO OFF

SET TS_DIR=..\..\ts
SET BACKEND_DIR=%TS_DIR%\backend
SET LIB_DIR=..\..\dist
SET SRC_DIR=..\..\src

CALL tsc --project %BACKEND_DIR%\tsconfig.json

DEL %BACKEND_DIR%\temp\backend\libmikmodclib.js
DEL %BACKEND_DIR%\temp\backend\missingtypes.js

TYPE %BACKEND_DIR%\temp\shared\shared.js %BACKEND_DIR%\temp\backend\libmikmod.js %BACKEND_DIR%\temp\backend\libmikmodprocessor.js %SRC_DIR%\temp\libmikmodclib.js > %LIB_DIR%\libmikmodprocessor.min.js

DEL %BACKEND_DIR%\temp\backend\libmikmod.js
DEL %BACKEND_DIR%\temp\backend\libmikmodprocessor.js
DEL %BACKEND_DIR%\temp\shared\shared.js