Update of /cvsroot/cpri/cpri/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv31706
Modified Files:
makefile.vc makefile.mgw makefile.bcc
Log Message:
Adapted to MSys
Index: makefile.vc
===================================================================
RCS file: /cvsroot/cpri/cpri/misc/makefile.vc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** makefile.vc 30 Mar 2003 22:03:05 -0000 1.6
--- makefile.vc 4 Jun 2003 18:32:35 -0000 1.7
***************
*** 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/cpri/cpri/misc/makefile.mgw,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** makefile.mgw 25 Apr 2003 19:40:46 -0000 1.3
--- makefile.mgw 4 Jun 2003 18:32:35 -0000 1.4
***************
*** 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/cpri/cpri/misc/makefile.bcc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** makefile.bcc 22 Mar 2003 18:26:23 -0000 1.2
--- makefile.bcc 4 Jun 2003 18:32:35 -0000 1.3
***************
*** 82,86 ****
WINSUBDIR = system32
else
! WINSYSDIR = $(windir)
WINSUBDIR = system
endif
--- 82,86 ----
WINSUBDIR = system32
else
! WINSYSDIR = $(WINDIR)
WINSUBDIR = system
endif
|