diff options
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 |