Makefile revision 0f8553e2af5fc49a510ecfcfc93e66d06713f631
286N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
286N/A# winlauncher.exe and opendj_service.exe that are used by OpenDS in
286N/A# The compilation of winlauncher.exe is straightforward but in the case of
286N/A# opendj_service.exe uses a Message File called EventLogMsg.mc which
286N/A# During compilation the first step is to generate EventLogMsg.h and
286N/A# EventLogMsg.res using the rc.exe and mc.exe utilities.
286N/A# EventLogMsg.h contains some references to the message IDs that are sent to
286N/A# Once the EvenLogMsg.h file is generated we can compile the service.c and
286N/A# common.c and finally we link the service.obj, common.obj and
286N/A# EventLogMsg.res files and we generate the opendj_service.exe executable.
$(RES_FILE):
$(MT) -manifest "$(LAUNCHER_ADMINISTRATOR_MANIFEST_FILE)" -outputresource:"$(LAUNCHER_ADMINISTRATOR_PROGNAME)";#1
del $(SERVICE_OBJS) $(EVENTLOG_H) $(WINLAUNCHER_OBJS) $(RC_FILE) $(RES_FILE) $(SERVICE_PROGNAME) $(WINLAUNCHER_PROGNAME) $(LAUNCHER_ADMINISTRATOR_PROGNAME) core