File: example.vc6

package info (click to toggle)
tix 8.4.3-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,316 kB
  • sloc: ansic: 28,084; tcl: 22,774; python: 7,577; makefile: 333; cs: 253; sh: 210; perl: 128
file content (38 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download | duplicates (8)
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
27
28
29
30
31
32
33
34
35
36
37
38

# Where the Tcl and Tk. They must be in the same directory
# If you want to run "nmake tests", this *must* be an absolute filename.

SRC_ROOT	= ..\..

# Set the TCL version. The TK version are assumed to be equal. The default
# is 8.4.7.

TCL_MAJOR	= 8
TCL_MINOR	= 4
TCL_PATCH	= 7

# Uncomment the following if you had compiled Tcl with debugging symbols
#TCL_DBGX	= d

# Uncomment the following if you had compiled Tk with debugging symbols
#TK_DBGX	= d

# Comment this out if you don't want to compile with stubs
USESTUBS	= 1

# Comment this out if you want to compile with debugging symbols
NODEBUG		= 1

# Where to install Tix. By default it installs at the default Tcl 
# installation directory C:\Tcl
INSTALL_DIR             = C:\Progra~1\Tcl

# TOOLS32     	= location of VC++ 32-bit development tools.
# TOOLS32_rc  	= location of VC++ rc program
#
# Visual C++ 6.0
#
TOOLS32 	= c:\Program Files\Microsoft Visual Studio\VC98
TOOLS32_rc 	= c:\Program Files\Microsoft Visual Studio\Common\MSDev98

!include "makefile.vc"