use default crt entry point
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5012 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b1545f5a6a
commit
6dba6f5f93
2 changed files with 1 additions and 6 deletions
|
@ -23,4 +23,4 @@ docs = Split("""
|
|||
|
||||
Import('BuildPlugin env')
|
||||
|
||||
BuildPlugin(target, files, libs, examples, docs, nodeflib = False, flags = ['$CPP_FLAG'])
|
||||
BuildPlugin(target, files, libs, examples, docs, nodeflib = False, flags = ['$CPP_FLAG'], entry = None)
|
||||
|
|
|
@ -1546,8 +1546,3 @@ BOOL WINAPI DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
// crt0.obj is linked in and requires this
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue