Re: Bug in opentool

2002-03-28 Thread Nicola Pero
ifeq ($(WITH_DLL),yes) TTMP_LIBS := $(ALL_GUI_LIBS) TTMP_LIBS := $(filter -l%, $(TTMP_LIBS)) # filter all non-static libs (static libs are those ending in _ds, _s, _ps..) TTMP_LIBS := $(filter-out -l%_ds, $(TTMP_LIBS)) TTMP_LIBS := $(filter-out -l%_s, $(TTMP_LIBS)) TTMP_LIBS :=

Re: Bug in opentool

2002-03-27 Thread Nicola Pero
BTW your last change in CVS, the removal of the class GSTransparentView once again broke the build of GUI on MS Windows, as this class is listed in libgnustep-gui.def. Ok - thanks - fixed ___ Bug-gnustep mailing list [EMAIL PROTECTED]

Re: Bug in opentool

2002-03-26 Thread Nicola Pero
Hi Fred, Opentool tries to add the executable extension to the name of the application, which is wrong even for MS Windows, as now openapp will only start the application wrapper that does not have this extension. Thanks - I'm confused by the details of the bug report (language problem)

Re: Bug in opentool

2002-03-26 Thread Fred Kiefer
Nicola Pero wrote: I hope that is a first help for windows. I'm dead late with applying your windows patches to gnustep-make / making the makefile rearrangement for windows, but it's the next improvement to gnustep-make. I also think I should likely install gnustep on windows myself