Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
365 | f9daq | 1 | CCFLAGS = -g ; |
2 | HDRS = "c:\\Program Files\\Thorlabs\\Kinesis" |
||
3 | "c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\activex\\word" |
||
4 | "c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\activex\\excel" |
||
5 | "c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\custctrl" |
||
6 | "c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\custctrl\\custsupp" |
||
7 | "c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\cvirtsup" |
||
8 | "c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\datasock" |
||
9 | "c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\daqUtil" |
||
10 | "c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\printing" |
||
11 | "c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\toolbox" |
||
12 | "c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\reportgen" |
||
13 | "c:\\program files (x86)\\national instruments\\cvi2017\\toolslib\\localui" |
||
14 | "c:\\program files (x86)\\national instruments\\cvi2017\\instr" |
||
15 | "C:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\toolslib\\custctrl" |
||
16 | "C:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\toolslib\\custctrl\\custsupp" |
||
17 | "C:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\instr" |
||
18 | "C:\\ProgramData\\National Instruments\\CVI2017\\instr" |
||
19 | "c:\\program files (x86)\\national instruments\\cvi2017\\include" |
||
20 | "C:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\include" |
||
21 | "C:\\ProgramData\\National Instruments\\CVI2017\\include" |
||
22 | "C:\\ProgramData\\National Instruments\\CVI\\include" |
||
23 | "c:\\program files (x86)\\national instruments\\cvi2017\\include\\ansi" |
||
24 | "c:\\program files (x86)\\national instruments\\cvi2017\\include\\clang\\3.3" |
||
25 | "C:\\Program Files\\IVI Foundation\\IVI\\Include" |
||
26 | "C:\\Program Files\\IVI Foundation\\VISA\\win64\\include" |
||
27 | "C:\\Program Files (x86)\\National Instruments\\Shared\\MSDTRedistributables\\SDKHeaderFiles\\8.1" |
||
28 | "c:\\Program Files (x86)\\National Instruments\\CVI2017\\bin" |
||
29 | "c:\\ProgramData\\National Instruments\\CVI2017\\bin" |
||
30 | "c:\\Program Files (x86)\\National Instruments\\Shared\\CVI\\Bin" |
||
31 | ; |
||
32 | include Jamfile_instr ; |
||
33 | LOCATE on "ThorlabsLTS.c" = "c:\\home\\CVI\\instr\\ThorlabsLTS" ; |
||
34 | LOCATE on "ThorlabsMotionControlIntegratedStepperMotors.h" = "c:\\home\\CVI\\instr\\ThorlabsLTS" ; |
||
35 | Object "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj" : "c:\\home\\CVI\\instr\\ThorlabsLTS\\ThorlabsLTS.c" ; |
||
36 | FILENUM on "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj" = 1 ; |
||
37 | DEFPROTS on "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj" = "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj.cvidefprots" ; |
||
38 | OUTFILE on "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj" = "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj.out" ; |
||
39 | PrjObjects += "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.obj" ; |
||
40 | Object "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\resources.res" : "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\resources.in.rc" ; |
||
41 | Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\resources.res" : "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\manifest.xml" ; |
||
42 | MainFromObjects "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : $(PrjObjects) $(InstrObjects) ; |
||
43 | Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\link_options.txt" ; |
||
44 | Depends "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" : "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\resources.res" ; |
||
45 | Depends all : "c:\\home\\CVI\\instr\\ThorlabsLTS\\cvibuild.ThorlabsLTS\\Debug64\\ThorlabsLTS.exe" ; |