summaryrefslogtreecommitdiff
path: root/vcproj-10/plugin-sample.vcxproj
AgeCommit message (Collapse)AuthorFilesLines
2016-04-23Removed VS2010 projectHaru1-118/+0
- VS2010 isn't one of our supported platforms (And hasn't been for a while) - While it's currently still possible to build on VS2010 (download the files `Hercules-10.sln` and `vcproj-10/*` from an older snapshot of the repository such as https://github.com/HerculesWS/Hercules/tree/bbcb040 and put them in your Hercules directory), we offer no support for any build issues causd by future commits, nor we'll update the project/solution files. - For an overview of supported OSes and compilers, please see the wiki page https://github.com/HerculesWS/Hercules/wiki/Supported-Platforms Signed-off-by: Haru <haru@dotalux.com>
2016-02-23Added pcre include path to the sample plugin VS projectsHaru1-2/+2
This is so the file can be used again as template for third party plugins. Thanks to Michi Signed-off-by: Haru <haru@dotalux.com>
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas1-2/+2
2015-12-12Renamed plugin-sample.dll to sample.dllHaru1-2/+2
- Fixes #909. Thanks to AnnieRuru Signed-off-by: Haru <haru@dotalux.com>
2015-12-02Fixed an issue with the HPMDataCheck when PCRE is enabledHaru1-2/+2
- Follow-up to 300668d, thanks to AnnieRuru Signed-off-by: Haru <haru@dotalux.com>
2015-06-19Removed ".." from include directivesHaru1-2/+2
- Include directives are now directory-independent. - This will allow building plugins from other directories in future. Signed-off-by: Haru <haru@dotalux.com>
2013-05-02Follow-up to HPM.Matheus Macabu1-0/+118
* Fixed small warning * Added support for Visual Studio 2010. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>