Skip to content

Commit

Permalink
Bug fix for NMAKE makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jun 13, 2010
1 parent 3252fd3 commit 92baa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dll/Makefile
@@ -1,7 +1,7 @@
# This is a makefile for NMAKE from the Windows SDK.

install: shell.dll
COPY shell.dll "%USERPROFILE%\vimfiles\autoload\shell.dll"
COPY shell.dll "%USERPROFILE%\vimfiles\autoload\xolox\shell.dll"

shell.dll: shell.c
CL /nologo /LD shell.c shell32.lib user32.lib
Expand Down

0 comments on commit 92baa3f

Please sign in to comment.