2362N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
0N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
0N/A# winlauncher.exe and opendj_service.exe that are used by OpenDS in
0N/A# The compilation of winlauncher.exe is straightforward but in the case of
0N/A# opendj_service.exe uses a Message File called EventLogMsg.mc which
0N/A# During compilation the first step is to generate EventLogMsg.h and
0N/A# EventLogMsg.res using the rc.exe and mc.exe utilities.
0N/A# EventLogMsg.h contains some references to the message IDs that are sent to
2157N/A# Once the EvenLogMsg.h file is generated we can compile the service.c and
2157N/A# common.c and finally we link the service.obj, common.obj and
2157N/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