diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-20 11:10:49 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-20 11:10:49 +0000 |
commit | f191314c0fc53497459d54b68d96c7952399700b (patch) | |
tree | a0d93077abb68d295b322d76eb48e1a0fd7cd48a /src | |
parent | ad0a95da48f05fcf404bf0b25370205bd3e9f362 (diff) |
BUILD : 1.7.14 (1061) BUGS : 408 NOTES : Added support for Visual Studio 2005, partially by replacing install.vbs by a more robust install.js -- thanks heinz!
git-svn-id: svn://svn.anope.org/anope/trunk@1061 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@785 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile.win32 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.win32 b/src/makefile.win32 index 4ae70107e..31c90346f 100644 --- a/src/makefile.win32 +++ b/src/makefile.win32 @@ -44,9 +44,10 @@ spotless: -@erase *.obj *.exe *.exp *.lib tools\*.exe *.res install: - -@copy anope.exe ..\anope.exe + -@copy anope.exe ..\anope.exe -@mkdir ..\$(DATDEST)\bin -@copy bin\* ..\$(DATDEST)\bin + -@copy anope.exe.manifest ..\anope.exe.manifest win32.res: win32.rc $(RC) /l 0x409 $(RC_FLAGS) /fowin32.res win32.rc |