LMMS
Loading...
Searching...
No Matches
appDetails.h
Go to the documentation of this file.
1
2#ifndef __APP_DETAILS_H__
3#define __APP_DETAILS_H__
4
6
7#define SFX_APP_MININAME_TITLE "CarlaControl"
8#define SFX_APP_MININAME_LCASE "carla-control"
9
10#define SFX_APP_BANNER SFX_APP_MININAME_TITLE " self-contained executable " CARLA_VERSION_STRING ", based on UnZipSFX."
11
12#ifdef WIN32
13# define SFX_AUTORUN_CMD "\\" SFX_APP_MININAME_TITLE ".exe"
14#else
15# define SFX_AUTORUN_CMD "/" SFX_APP_MININAME_LCASE
16#endif
17
18void sfx_app_set_args(int argc, char** argv);
20char* sfx_get_tmp_path(int withAppName);
21
22#endif // __APP_DETAILS_H__
char * argv[]
Definition unzip.c:738
char * sfx_get_tmp_path(int withAppName)
Definition appDetails.c:63
void sfx_app_set_args(int argc, char **argv)
Definition appDetails.c:18
int sfx_app_autorun_now()
Definition appDetails.c:24
int argc
Definition zipinfo.c:455