tdbc::postgres

Check-in [9653128e97]
Login

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

Overview
Comment:Put win/* nmake support files into the distribution.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | tdbcpostgres-1-0-0
Files: files | file ages | folders
SHA1: 9653128e9710eb6bbd968f795b82daf6b7d78f35
User & Date: dgp 2012-12-10 15:08:45.073
Context
2013-07-03
13:32
update to latest TEA check-in: 05278935d7 user: jan.nijtmans tags: trunk
2012-12-10
15:08
Put win/* nmake support files into the distribution. check-in: 9653128e97 user: dgp tags: trunk, tdbcpostgres-1-0-0
2012-12-06
17:03
Attempt to add MSVC support via copy/paste/modify from other drivers. check-in: 6d35680f71 user: dgp tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Makefile.in.
332
333
334
335
336
337
338




339
340
341
342
343
344
345
	mkdir $(DIST_DIR)/library
	cp -p $(srcdir)/library/tdbcpostgres.tcl $(DIST_DIR)/library/

	mkdir $(DIST_DIR)/tests
	cp -p $(srcdir)/tests/all.tcl $(srcdir)/tests/tdbcpostgres.test \
		$(DIST_DIR)/tests/





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

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

genstubs: $(srcdir)/generic/pqStubDefs.txt







>
>
>
>







332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
	mkdir $(DIST_DIR)/library
	cp -p $(srcdir)/library/tdbcpostgres.tcl $(DIST_DIR)/library/

	mkdir $(DIST_DIR)/tests
	cp -p $(srcdir)/tests/all.tcl $(srcdir)/tests/tdbcpostgres.test \
		$(DIST_DIR)/tests/

	mkdir $(DIST_DIR)/win
	cp -p $(srcdir)/win/makefile.vc $(srcdir)/win/nmakehlp.c \
		$(srcdir)/win/rules.vc $(DIST_DIR)/win/

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

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

genstubs: $(srcdir)/generic/pqStubDefs.txt