Tcl Source Code

View Ticket
Login
Ticket UUID: 456759
Title: static build support for makefile.vc
Type: Patch Version: None
Submitter: lloydlim Created on: 2001-08-30 05:42:33
Subsystem: 53. Configure and Build Tools Assigned To: davygrvy
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2001-11-10 17:32:33
Resolution: Accepted Closed By: davygrvy
    Closed on: 2001-11-10 10:32:33
Description:
This patch adds support for static builds to
makefile.vc.  (The current cygwin Makefile supports
static builds, but the current makefile.vc does not.)

The changes were patterned after ideas from the cygwin
Makefile, the FreeWrap makefile.vc, and the incrTcl
makefile.vc.

Compilation tests were performed for both dynamic and
static builds on Windows 95, NT, 98, 2000, and Me.  The
test suite was run for both dynamic and static builds
on Windows NT and 2000.  No problems were observed.

This patch also updates mkd.bat and rmd.bat as follows:
 * replaced unreliable directory test with standard
method
 * simplified mkd code
 * replaced rmd code (which prompted user) with simpler
method
User Comments: davygrvy added on 2001-11-10 17:32:33:
Logged In: YES 
user_id=7549

I added the mkd.bat and rmd.bat changes to the HEAD.

davygrvy added on 2001-11-07 12:57:26:
Logged In: YES 
user_id=7549

Lloyd,
See makefile.vc -r1.67 now in CVS for this feature added.

I'll leave this open for now, I want to look over your
patch.  I went my own path on the edits, and I really do want to see what you did.

My changes are fully open for commentary.

mdejong added on 2001-09-08 05:50:30:
Logged In: YES 
user_id=90858

Assigning to davygrvy since I am no makefile.vc
expert.

davygrvy added on 2001-09-02 17:33:04:
Logged In: YES 
user_id=7549

Looks yummy.  I'll try this, too, and offer a voice.

lloydlim added on 2001-08-30 12:42:34:

File Added - 10167: changes.diff

Attachments: