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

Overview
Comment:ver1.01 bu fixes: 25b4c6a951aeff4a 25b4c6a951aeff4a
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | trunk
Files: files | file ages | folders
SHA1: b3faae24364472845cbd9688d77ff3e78d677256
User & Date: nektomk 2023-01-27 15:03:22.213
Context
2023-01-27
15:03
ver1.01 bu fixes: 25b4c6a951aeff4a 25b4c6a951aeff4a Leaf check-in: b3faae2436 user: nektomk tags: trunk
2023-01-20
17:01
file locations fixup check-in: 9dafcae4b3 user: nektomk tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Mql5/Experts/ATcl/textlog.ex5.

cannot compute difference between binary files

Changes to Mql5/Libraries/ATcl/atcl.dll.

cannot compute difference between binary files

Changes to src/reparent/Makefile.
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48

clean:	
		$(RM) *.o
		$(RM) *.a
		$(RM) *.dll

install: all
		$(CP) reparent.dll c:/ATcl/lib/reparent
		$(CP) pkgIndex.tcl c:/ATcl/lib/reparent

 #
 # Local variables:
 #   mode: makefile
 # End:
 







|
|






34
35
36
37
38
39
40
41
42
43
44
45
46
47
48

clean:	
		$(RM) *.o
		$(RM) *.a
		$(RM) *.dll

install: all
		$(CP) reparent.dll ../../Tcl/reparent
		$(CP) pkgIndex.tcl ../../Tcl/reparent

 #
 # Local variables:
 #   mode: makefile
 # End: