Ethereal-cvs: [Ethereal-cvs] Rev 11557: /trunk/epan/: Makefile.nmake libethereal.def

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Wed, 28 Jul 2004 22:41:23 -0000
User: obiot
Date: 2004/07/28 05:41 PM

Log:
 Partial fix after some files being moved between directories.
 
 There is still a problem with MSVC builds as 3 objects get built twice (once
 at the top level, and once in epan: xmlstub.obj, print.obj and ps.obj).
 
 This fix allows to compile again with MSVC if debug symbols are NOT enabled
 while building Ethereal.  Do this by editing config.nmake and replacing
 "LOCAL_LDFLAGS=/DEBUG" with "LOCAL_LDFLAGS=". In other words: Ethereal CANNOT
 be built right now with debug symbols in the object code, for MSVC builds.

Directory: /trunk/epan/
  Changes    Path               Action
  +1 -1      Makefile.nmake     Modified
  +0 -7      libethereal.def    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=11557&view=rev