ccomx-develop Mailing List for CCOM - a lib for serial port interface
Brought to you by:
chrisan,
rasmusmyklebust
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
(62) |
Mar
|
Apr
|
May
(4) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(8) |
Oct
(4) |
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
(2) |
5
|
6
|
7
|
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
|
29
|
30
|
|
|
|
|
|
|
From: <ch...@us...> - 2003-06-04 18:34:41
|
Update of /cvsroot/ccomx/ccom/docs In directory sc8-pr-cvs1:/tmp/cvs-serv426 Modified Files: readme._tx Log Message: Info for MSys user added Index: readme._tx =================================================================== RCS file: /cvsroot/ccomx/ccom/docs/readme._tx,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** readme._tx 30 Mar 2003 19:50:40 -0000 1.2 --- readme._tx 4 Jun 2003 18:34:36 -0000 1.3 *************** *** 139,142 **** --- 139,146 ---- </ul> + @heading + MSys + Users of the MSys environment needs to set teh environment vaariable + UNIX_TOOLS to 1 before make install is run. @heading |
|
From: <ch...@us...> - 2003-06-04 18:29:54
|
Update of /cvsroot/ccomx/ccom/misc In directory sc8-pr-cvs1:/tmp/cvs-serv29958 Modified Files: makefile.vc makefile.mgw makefile.bcc Log Message: Adapted to MSys Index: makefile.vc =================================================================== RCS file: /cvsroot/ccomx/ccom/misc/makefile.vc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** makefile.vc 4 Apr 2003 08:49:24 -0000 1.3 --- makefile.vc 4 Jun 2003 18:29:50 -0000 1.4 *************** *** 81,85 **** WINSUBDIR = system32 else ! WINSYSDIR = $(windir) WINSUBDIR = system endif --- 81,85 ---- WINSUBDIR = system32 else ! WINSYSDIR = $(WINDIR) WINSUBDIR = system endif Index: makefile.mgw =================================================================== RCS file: /cvsroot/ccomx/ccom/misc/makefile.mgw,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** makefile.mgw 2 Mar 2003 17:06:06 -0000 1.1.1.1 --- makefile.mgw 4 Jun 2003 18:29:50 -0000 1.2 *************** *** 69,76 **** ifeq ($(OS),Windows_NT) ! WINSYSDIR = $(SystemRoot) WINSUBDIR = system32 else ! WINSYSDIR = $(windir) WINSUBDIR = system endif --- 69,76 ---- ifeq ($(OS),Windows_NT) ! WINSYSDIR = $(SYSTEMROOT) WINSUBDIR = system32 else ! WINSYSDIR = $(WINDIR) WINSUBDIR = system endif Index: makefile.bcc =================================================================== RCS file: /cvsroot/ccomx/ccom/misc/makefile.bcc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** makefile.bcc 2 Mar 2003 17:06:04 -0000 1.1.1.1 --- makefile.bcc 4 Jun 2003 18:29:50 -0000 1.2 *************** *** 82,86 **** WINSUBDIR = system32 else ! WINSYSDIR = $(windir) WINSUBDIR = system endif --- 82,86 ---- WINSUBDIR = system32 else ! WINSYSDIR = $(WINDIR) WINSUBDIR = system endif |