mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-21 03:12:58 +02:00
Redo libtool_exp_merge_1 initial merge/commit
git-svn-id: file:///home/jj/hercules.svn/trunk@1958 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
15
bootstrap.c
Normal file
15
bootstrap.c
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "hercules.h"
|
||||
|
||||
/* Hercules boostrap dummy code */
|
||||
#if defined(HDL_USE_LIBTOOL)
|
||||
#include "ltdl.h"
|
||||
#endif
|
||||
|
||||
extern int impl(int ac,char **av);
|
||||
int main(int ac,char *av[])
|
||||
{
|
||||
#if defined(HDL_USE_LIBTOOL)
|
||||
LTDL_SET_PRELOADED_SYMBOLS();
|
||||
#endif
|
||||
exit(impl(ac,av));
|
||||
}
|
||||
Reference in New Issue
Block a user