Lines Matching refs:exe
29 WHAT is winlauncher.exe
31 winlauncher.exe is a small windows executable that is intended to be used by
38 WHAT is opendj_service.exe
40 opendj_service.exe is a small windows executable that is intended to be used by
48 WHAT is launcher_administrator.exe
50 launcher_administrator.exe is a small windows executable that is intended to
59 INSTRUCTIONS TO COMPILE winlauncher.exe
75 This will generate the binary winlauncher.exe.
77 NOTE: An alternative to this mode is to compile winlauncher.exe using the
82 (See INSTRUCTIONS TO COMPILE opendj_service.exe for more information).
88 You can build winlauncher.c and then winlauncher.exe with the commands in the
99 > gcc common.c winlauncher.c -o winlauncher.exe
101 This will generate the binary winlauncher.exe.
104 INSTRUCTIONS TO COMPILE opendj_service.exe and administrator_launcher.exe
106 service.c (the main code file for opendj_service.exe) uses windows resources and
109 The fastest way of generating opendj_service.exe is to do it using the command
121 This command will generate both opendj_service.exe and winlauncher.exe.