mirror of
https://github.com/id-Software/GtkRadiant.git
synced 2026-03-20 00:49:29 +01:00
The GtkRadiant sources as originally released under the GPL license.
This commit is contained in:
33
setup/PluginSDK/TODO
Normal file
33
setup/PluginSDK/TODO
Normal file
@@ -0,0 +1,33 @@
|
||||
Plugin SDK for GtkRadiant
|
||||
TODO list
|
||||
|
||||
win32:
|
||||
write script to generate the plugin SDK
|
||||
sample dll
|
||||
documentation
|
||||
headers
|
||||
gtk libs (devel package + our stuff on top)
|
||||
|
||||
linux:
|
||||
same thing more or less..
|
||||
except we rely on the user for his Gtk installation
|
||||
|
||||
put some docs, links to curry and pk3man for source
|
||||
|
||||
[15:23] <leo> you don't need to do:
|
||||
[15:23] <leo> #ifdef __linux__
|
||||
[15:23] <leo> extern "C" char* QERPlug_Init (void* hApp, GtkWidget* pMainWidget)
|
||||
[15:23] <leo> #else
|
||||
[15:23] <leo> //LPCSTR __declspec(dllexport) QERPlug_Init(HMODULE hApp, GtkWidget* pMainWidget)
|
||||
[15:23] <leo> extern "C" LPCSTR WINAPI QERPlug_Init(HMODULE hApp, GtkWidget* pMainWidget)
|
||||
[15:23] <leo> #endif
|
||||
[15:23] <TTimo> yes that needs cleaning
|
||||
[15:23] <TTimo> is it yet?
|
||||
[15:23] <leo> extern "C" char* WINAPI QERPlug_Init works
|
||||
[15:24] <TTimo> way cool
|
||||
[15:24] <leo> some plugins have it
|
||||
[15:24] <leo> just thought I'd mention as you're writing the SDK
|
||||
|
||||
need to put TexTool source in as well..
|
||||
|
||||
put a f* updated binary of gktradiant in there
|
||||
Reference in New Issue
Block a user