TDBC

Check-in [79e65ab0a3]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Turn off Unicode to match older nmake build
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | vc-reform
Files: files | file ages | folders
SHA3-256: 79e65ab0a3e0370e8742f969cc64d12e5136fba69d575b51d0f5044e2d710dd4
User & Date: apnadkarni 2017-12-10 11:13:57.529
Context
2017-12-10
12:47
Get rid of custom test and shell targets as built-in ones suffice check-in: 1e733cc160 user: apnadkarni tags: vc-reform
11:13
Turn off Unicode to match older nmake build check-in: 79e65ab0a3 user: apnadkarni tags: vc-reform
08:23
Intermediate check-in for new nmake system (non-functional!) check-in: 8fcb66a50a user: apnadkarni tags: vc-reform
Changes
Unified Diff Ignore Whitespace Patch
Changes to win/makefile.vc.
16
17
18
19
20
21
22

23
24
25
26
27
28
29
#
#------------------------------------------------------------------------------


PROJECT         = tdbc
NEED_TCL_SOURCE = 1
PRJ_RCFILE      = tdbc.rc


!include "rules-ext.vc"

!if [echo REM = This file is generated from Makefile.vc > versions.vc]
!endif
!if [echo TCL_VERSION_REQ = \>> versions.vc] \
   && [nmakehlp -V ..\configure.ac TCL_VERSION_REQ >> versions.vc]







>







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
#------------------------------------------------------------------------------


PROJECT         = tdbc
NEED_TCL_SOURCE = 1
PRJ_RCFILE      = tdbc.rc
USE_WIDECHAR_API  = 0

!include "rules-ext.vc"

!if [echo REM = This file is generated from Makefile.vc > versions.vc]
!endif
!if [echo TCL_VERSION_REQ = \>> versions.vc] \
   && [nmakehlp -V ..\configure.ac TCL_VERSION_REQ >> versions.vc]