From: Reini U. <ru...@x-...> - 2006-06-15 11:02:36
|
Robert May schrieb: > Reini Urban wrote: >> samples/standard_images.pl is either missing as file in CVS, or >> wrongly in MANIFEST. >> same for : >> win32-gui-demos.pl >> Win32-GUI-Constants/TODO >> Win32-GUI-Constants/Changes > > Win32-gui-demos.pl removed (will add again later, when finished) > > Win32-GUI-Constants/TODO > Win32-GUI-Constants/Changes > > Added. Thanks. Builds now almost under cygwin. 1. samples/standard_images.pl is still in MANIFEST 2. In Makefile for gnu make the "-" before cp didn't work for me to copy the demos. So I changed that to demos: $(MKPATH) $(INST_DEMO) $(CP) samples/*.pl $(INST_DEMO) $(CP) samples/*.cur $(INST_DEMO) $(CP) samples/*.bmp $(INST_DEMO) $(CP) samples/*.ico $(INST_DEMO) Otherwise the errorlevel is set: cp samples/* blib/lib/Win32/GUI/demos cp: omitting directory `samples/CVS' make: [demos] Error 1 (ignored) 3. gnu make, make test, make install doesn't recurse into the subdirs Win32-GUI-AxWindow, Win32-GUI-DIBitmap, Win32-GUI-Grid |