From: Karel G. <kg...@us...> - 2001-10-26 20:00:31
|
Update of /cvsroot/micomt/mico/demo/poa In directory usw-pr-cvs1:/tmp/cvs-serv17698/demo/poa Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/demo/poa/Makefile.win32,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Makefile.win32 1999/11/03 23:20:52 1.1.1.1 --- Makefile.win32 2001/10/26 19:59:57 1.2 *************** *** 2,5 **** --- 2,6 ---- all: subs + DIR_PREFIX=..\ !include ..\MakeVars.win32 DIRS=hello-1 hello-2 inherit account-1 account-2 account-3 |