add profiling capability for win32

This commit is contained in:
larryh%netscape.com 1999-02-12 19:36:35 +00:00
Родитель 7e68197c2c
Коммит f03da81d1d
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -86,6 +86,14 @@ endif
OBJDIR_TAG = _DBG
LDFLAGS = -DEBUG -DEBUGTYPE:CV
#
# When PROFILE=1 is defined, set the compile and link options
# to build targets for use by the ms-win32 profiler
#
ifdef PROFILE
LDFLAGS += -PROFILE -MAP
DLLFLAGS += -PROFILE -MAP
endif
endif
DEFINES += -DWIN32