Various makefile and installation things.
main() is now always in the program. Also added a macro that doesn't set main at all so that users can have their own. The isosurf sample doesn't work anymore. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,21 +9,6 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "wx/app.h"
|
||||
|
||||
int wxEntry(int argc, char *argv[]);
|
||||
// We don't put main() in the library any more. RR.
|
||||
|
||||
|
||||
#if defined(AIX) || defined(AIX4) || defined(____HPUX__) || defined(NOMAIN)
|
||||
|
||||
// main in IMPLEMENT_WX_MAIN in IMPLEMENT_APP in app.h
|
||||
|
||||
#else
|
||||
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
return wxEntry(argc, argv);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user