Ignore:
Timestamp:
2008-03-06T14:09:51+13:00 (16 years ago)
Author:
oranfry
Message:

hacked launch4j to report javas location aswell as just running it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/launch4j/head_src/guihead/guihead.c

    r15024 r15054  
    4242                     LPSTR     lpCmdLine,
    4343                     int       nCmdShow) {
     44   
    4445    HMODULE hLibrary = NULL;
    45     if (!prepare(hLibrary, lpCmdLine)) {
     46    if (!prepare(hLibrary, lpCmdLine, "run")) {
    4647        if (hLibrary != NULL) {
    4748            FreeLibrary(hLibrary);
Note: See TracChangeset for help on using the changeset viewer.