root/branches/0.2/controlexample/dwt_debug.ini

Revision 46, 1.6 kB (checked in by JJR, 4 years ago)

* 0.2 Branch added: New working DWT version submitted by Shawn Liu.

Line 
1 # Build Tool internal use only
2 version=0.1
3
4 # Override default Dmd.exe pathname
5 # default "c:\dmd\bin\dmd.exe"
6 dmdcmd=
7
8 # default "c:\dmd\lib;c:\dm\lib";
9 libpath=..\lib
10
11 # extra object files include resource file, separated by whitespace
12 # e.g. filename.res
13 extraobjs=controlexample.res
14
15 # library files, separated by whitespace
16 libfiles=dwt.lib advapi32.lib comctl32.lib gdi32.lib shell32.lib comdlg32.lib user32_dwt.lib imm32_dwt.lib shell32_dwt.lib msimg32_dwt.lib ole32.lib usp10_dwt.lib gdi32_dwt.lib kernel32_dwt.lib  olepro32_dwt.lib oleaut32_dwt.lib oleacc_dwt.lib
17
18 # debug/release mode
19 # 1 : debug mode, the output dir set to .\debug
20 # 0 : release mode, the output dir set to .\release
21 debug=1
22
23 # IMPORTANT, read the following
24 # don't specify the following swiches, BldTool.exe auto set them according to "debug=" flag
25 # debugflag = " -g -debug -od.\debug";
26 # releaseflag = " -release -O -od.\release";
27 # You may set your import file path, or link flag and etc. here
28 # e.g. : -Ic:\mylib\import
29 # prevent console window "-L/exet:nt/su:windows"
30 # -version=Unicode
31 compileflag=-w -IC:\d\project\dwtprj
32
33
34 # the output file name
35 ouputfile=swtprj.exe
36
37 # subdirectory, this option set the project root dir to ".\currentdir\subdir"
38 # in most case, you can leave it blank
39 subdir=
40
41 # files excluded, prevent these files from built and linked, separated by whitespace
42 # This is usful when the folder contains several files which has main() function.
43 excludedfiles=
44
45 # like excludedfiles, but folders filtered,
46 # Note: not implemented currently
47 excludeddir=
Note: See TracBrowser for help on using the browser.