-
Notifications
You must be signed in to change notification settings - Fork 126
/
Copy pathMain.bld
26 lines (23 loc) · 908 Bytes
/
Main.bld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# BLD file syntax:
#
# #text Comment
# dsp;vc-project-path;config1;config2... Build VC++ project
# mak;makefile-path Build makefile
# run;executable;arguments Run executable
# runx;executable;arguments Run executable (absolute path)
# cmd;cmd-file;arguments Run command script
# bld;bld-file Run BLD file
# set;var;value Set value of environment variable
#
# All paths (except runx) should be retative to BLD file
# Evironment variables (%var%) are expanded
# THIS_FOLDER evironment variable contains full name of BLD file folder
set;ROOT;%THIS_FOLDER%
set;FINEOBJ;%ROOT%\FineObjects
set;COPYPDB;1
alias;sln;vs14
alias;vs;vs14
alias;vcproj;vsproj14
bld;FineObjects\FineObjNoTest.bld
bld;FineObjects\FineGTest.bld
bld;Build\NeoML.bld