Lines Matching refs:exe
28 WHAT is winlauncher.exe
30 winlauncher.exe is a small windows executable that is intended to be used by
37 WHAT is opendj_service.exe
39 opendj_service.exe is a small windows executable that is intended to be used by
47 WHAT is launcher_administrator.exe
49 launcher_administrator.exe is a small windows executable that is intended to
58 INSTRUCTIONS TO COMPILE winlauncher.exe
74 This will generate the binary winlauncher.exe.
76 NOTE: An alternative to this mode is to compile winlauncher.exe using the
81 (See INSTRUCTIONS TO COMPILE opendj_service.exe for more information).
87 You can build winlauncher.c and then winlauncher.exe with the commands in the
98 > gcc common.c winlauncher.c -o winlauncher.exe
100 This will generate the binary winlauncher.exe.
103 INSTRUCTIONS TO COMPILE opendj_service.exe and administrator_launcher.exe
105 service.c (the main code file for opendj_service.exe) uses windows resources and
108 The fastest way of generating opendj_service.exe is to do it using the command
120 This command will generate both opendj_service.exe and winlauncher.exe.