various fixes

This commit is contained in:
Alexander S. Aganichev 2001-02-22 13:46:34 +00:00
parent 3781f634e5
commit 457a782247
2 changed files with 1 additions and 5 deletions

View File

@ -16,10 +16,6 @@ $(TOP)/$(BIN)/$(SHORTTARGET)$(PLATFORM)$(EXEEXT): $(OBJS) $(FGLIBS) $(ADDS)
@echo -n Linking $(TARGET)...
@$(CXX) $(LNKFLAGS) -o $@ $(FOBJPATH)/*$(OBJEXT) $(ADDS) $(LIBS) -L$(FLIBPATH)
@echo done
ifeq ($(PLATFORM),djg)
exe2coff $@
copy /b $(DJGPP)/bin/cwsdstub.exe+$(TOP)/$(BIN)/$(SHORTTARGET)$(PLATFORM) $@
endif
$(FGLIBS): $(GLIBS)

View File

@ -684,7 +684,7 @@ void Initialize(int argc, char* argv[]) {
#endif
// Start the log
char buf[200];
static char buf[200];
sprintf(buf, "%s (%s %s)", __gver_longpid__, __gver_date__, __gver_time__);
LOG.open(CFG->logfile, buf, __gver_shortlogname__, CFG->logformat);