mirror of
https://github.com/anope/anope.git
synced 2026-07-03 12:23:13 +02:00
Some more Windows fixes, both in CMake and in the code itself. (I don't like the const casting for the latter, but it's only until we get rid of use of strchr)
Added CPack setup to automate generation of source package for *nix and NSIS installer for Windows. Some other minor CMake fixes. Converted docs/README and docs/WIN32.txt from Unix linefeeds to DOS linefeeds so they show up right in Notepad under Windows. Added small fix for Visual Studio 2008, CMake doesn't detect the Express version correctly and it must be explicitly defined. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1861 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -31,6 +31,6 @@ foreach(SRC ${MODULES_SRCS})
|
||||
endif(WIN32)
|
||||
# Set the module to be installed to the module directory under the data directory
|
||||
install(TARGETS ${SO}
|
||||
DESTINATION "${DATADIR}/modules"
|
||||
DESTINATION data/modules
|
||||
)
|
||||
endforeach(SRC)
|
||||
|
||||
Reference in New Issue
Block a user