17 lines
338 B
Plaintext
17 lines
338 B
Plaintext
; XC Project: x
|
|
; Creates a lib (x.js) that contains all *.js in x/lib.
|
|
; Useful during development and testing.
|
|
|
|
options -dep +glb -cmp
|
|
|
|
; If you want the library file to be
|
|
; compressed then use +cmp in the above options.
|
|
|
|
libpath lib\
|
|
|
|
appfiles
|
|
|
|
lib\x_files.txt
|
|
|
|
; The file 'xlib_files.txt' is created by build_all.bat
|