View Issue Details

IDProjectCategoryView StatusLast Update
0001035unrealircdpublic2003-11-20 19:43
ReporterXuefer Assigned Tosyzop  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version3.2-beta16 
Summary0001035: suggestion: more ssl/ziplink use IFDEF in makefile.win32, don't seprate into makefile.win32[.ssl][.ziplink]
Descriptionin makefile.win32:
!IFNDEF DEBUG
!ELSE
!ENDIF

so why not SSL and ZIPLINK?
just do it :P
it's more simple to change makefile.win32, instead of using copy & modified file to makefile.win32[.ssl][.ziplink]

by the way, it's better to use:
CFLAGS=blablah...
!IFNDEF DEBUG
CFLAGS=$(CFLAGS) blabla...
!ELSE
CFLAGS=$(CFLAGS) blabla...
!ENDIF
3rd party modules

Activities

syzop

2003-06-15 18:38

administrator   ~0002971

I like it that currently one can compile it with 1 command (I've an automated build proces)... Sure I didn't like it when I had to change 4 files for just a source change.. a better compromise would be dropping the non-ziplink makefiles and ifdef'ing the zip links stuff in the 2 left over files (enabled by default, since we [coders] always compile with zip links support since there's not a good version to not do that [save 33k??])

[beep.. little arrogance detected @ Xuefer]

Issue History

Date Modified Username Field Change
2003-06-15 07:53 Xuefer New Issue
2003-06-15 18:38 syzop Status new => resolved
2003-06-15 18:38 syzop Resolution open => fixed
2003-06-15 18:38 syzop Assigned To => syzop
2003-06-15 18:38 syzop Note Added: 0002971
2003-11-20 19:43 syzop Status resolved => closed