various fixes
This commit is contained in:
parent
3781f634e5
commit
457a782247
@ -16,10 +16,6 @@ $(TOP)/$(BIN)/$(SHORTTARGET)$(PLATFORM)$(EXEEXT): $(OBJS) $(FGLIBS) $(ADDS)
|
|||||||
@echo -n Linking $(TARGET)...
|
@echo -n Linking $(TARGET)...
|
||||||
@$(CXX) $(LNKFLAGS) -o $@ $(FOBJPATH)/*$(OBJEXT) $(ADDS) $(LIBS) -L$(FLIBPATH)
|
@$(CXX) $(LNKFLAGS) -o $@ $(FOBJPATH)/*$(OBJEXT) $(ADDS) $(LIBS) -L$(FLIBPATH)
|
||||||
@echo done
|
@echo done
|
||||||
ifeq ($(PLATFORM),djg)
|
|
||||||
exe2coff $@
|
|
||||||
copy /b $(DJGPP)/bin/cwsdstub.exe+$(TOP)/$(BIN)/$(SHORTTARGET)$(PLATFORM) $@
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(FGLIBS): $(GLIBS)
|
$(FGLIBS): $(GLIBS)
|
||||||
|
|
||||||
|
@ -684,7 +684,7 @@ void Initialize(int argc, char* argv[]) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Start the log
|
// Start the log
|
||||||
char buf[200];
|
static char buf[200];
|
||||||
sprintf(buf, "%s (%s %s)", __gver_longpid__, __gver_date__, __gver_time__);
|
sprintf(buf, "%s (%s %s)", __gver_longpid__, __gver_date__, __gver_time__);
|
||||||
LOG.open(CFG->logfile, buf, __gver_shortlogname__, CFG->logformat);
|
LOG.open(CFG->logfile, buf, __gver_shortlogname__, CFG->logformat);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user