From: David K. <kr...@mi...> - 2002-07-08 15:23:01
|
The bug is there. 1. I use cvs update -d -C . 2. I made full cvs co. The bug is in cvs tree. make[1]: Entering directory `D:/ros/wine/dlls/rpcrt4' dlltool --as=as --dllname rpcrt4.dll \ --def ./rpcrt4.def \ --output-lib ../../../reactos/dk/w32/lib/rpcrt4.a \ --kill-at make[1]: Leaving directory `D:/ros/wine/dlls/rpcrt4' make -f makefile.ros -C ./../wine/programs/control implib make[1]: Entering directory `D:/ros/wine/programs/control' make[1]: Nothing to be done for `implib'. make[1]: Leaving directory `D:/ros/wine/programs/control' make -f makefile.ros -C ./../wine/programs/expand implib make[1]: makefile.ros: No such file or directory make[1]: *** No rule to make target `makefile.ros'. Stop. make[1]: Entering directory `D:/ros/wine/programs/expand' make[1]: Leaving directory `D:/ros/wine/programs/expand' make: *** [expand_implib] Error 2 On 08 Jul 2002 09:27 CEST you wrote: > you will need to make sure cvs is set yo checkout new > directorys. I've added the expand.exe util from wine > to wine/programs > |