diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-29 05:14:16 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-29 05:14:16 +0000 |
commit | 71201030aedb473d67f15c4ab72ba21c60cca30b (patch) | |
tree | 8bcb37646c504cd3ece8864a2804f013f8a9df7d /eAthena-6.dsw | |
parent | b5633db9744bff512eef665054a2622780a7ab6c (diff) | |
download | hercules-71201030aedb473d67f15c4ab72ba21c60cca30b.tar.gz hercules-71201030aedb473d67f15c4ab72ba21c60cca30b.tar.bz2 hercules-71201030aedb473d67f15c4ab72ba21c60cca30b.tar.xz hercules-71201030aedb473d67f15c4ab72ba21c60cca30b.zip |
* Fixed 'console' plugin not working on Windows, due to NULL passed to CreateThread instead of required pointer to thread id variable.
- Fixed 'console' plugin causing delete_timer error when it fails to load, due to uninitialized variable.
* Renamed plugin.def to sample.def and added 'sample' plugin exports into it, as it's purpose is nothing than a sample right now.
- Also added .def files for 'gui' and 'pid' plugins as MSVC does not export everything automatically and missing event export cause the plugins silently failing.
- Added VS6, VS8 and VS9 projects for compiling plug-ins, which can be used on Windows.
* The plug-in system will now report, if it cannot import an event function.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14638 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'eAthena-6.dsw')
-rw-r--r-- | eAthena-6.dsw | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/eAthena-6.dsw b/eAthena-6.dsw index c28270df2..6cb2169e0 100644 --- a/eAthena-6.dsw +++ b/eAthena-6.dsw @@ -75,6 +75,42 @@ Package=<4> ############################################################################### +Project: "console"=".\vcproj-6\plugin-console.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "gui"=".\vcproj-6\plugin-gui.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "pid"=".\vcproj-6\plugin-pid.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + Global: Package=<5> |