tdbc::mysql

Check-in [c9ac47315e]
Login

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

Overview
Comment:Include other win/*.in files too in "make dist"
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | main
Files: files | file ages | folders
SHA3-256: c9ac47315e7d1ebfa30e151bf30743594d63bf0a4b58e72605a16f326daf3160
User & Date: jan.nijtmans 2022-11-20 18:01:00.161
Context
2023-05-15
09:57
More int -> Tcl_Size for Tcl 9.0 check-in: 8ab7a9ece5 user: jan.nijtmans tags: trunk, main
2022-11-20
18:01
Include other win/*.in files too in "make dist" check-in: c9ac47315e user: jan.nijtmans tags: trunk, main
2022-11-17
09:43
Include manifest.uuid in distribution check-in: 45eaed0c32 user: jan.nijtmans tags: trunk, main
Changes
Unified Diff Ignore Whitespace Patch
Changes to Makefile.in.
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
	$(DIST_INSTALL_DATA) $(srcdir)/library/tdbcmysql.tcl $(DIST_DIR)/library/

	$(INSTALL_DATA_DIR) $(DIST_DIR)/tests
	$(DIST_INSTALL_DATA) $(srcdir)/tests/all.tcl $(srcdir)/tests/tdbcmysql.test \
		$(DIST_DIR)/tests/

	$(INSTALL_DATA_DIR) $(DIST_DIR)/win
	$(DIST_INSTALL_DATA) $(srcdir)/win/makefile.vc $(srcdir)/win/nmakehlp.c \
		$(srcdir)/win/targets.vc $(srcdir)/win/rules-ext.vc \
		$(srcdir)/win/rules.vc $(DIST_DIR)/win/

	(cd $(DIST_ROOT); $(COMPRESS);)

#========================================================================
# How to rebuild the package's stub table.
#========================================================================








|
|
|







390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
	$(DIST_INSTALL_DATA) $(srcdir)/library/tdbcmysql.tcl $(DIST_DIR)/library/

	$(INSTALL_DATA_DIR) $(DIST_DIR)/tests
	$(DIST_INSTALL_DATA) $(srcdir)/tests/all.tcl $(srcdir)/tests/tdbcmysql.test \
		$(DIST_DIR)/tests/

	$(INSTALL_DATA_DIR) $(DIST_DIR)/win
	$(DIST_INSTALL_DATA) $(srcdir)/win/*.vc $(srcdir)/win/*.in \
		$(srcdir)/win/nmakehlp.c \
		$(DIST_DIR)/win/

	(cd $(DIST_ROOT); $(COMPRESS);)

#========================================================================
# How to rebuild the package's stub table.
#========================================================================