Skip to content
Snippets Groups Projects
Commit d7c432a5 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

first stab at getting Windows installer to work

parent bde9f434
No related branches found
No related tags found
No related merge requests found
......@@ -355,8 +355,7 @@ Source: build\gripd\*.*; DestDir: {app}\gripd; Flags: ignoreversion
;
; DLLs
;
Source: build\lib*.dll; DestDir: {sys}; Flags: restartreplace confirmoverwrite sharedfile
Source: build\pthread*.dll; DestDir: {sys}; Flags: restartreplace confirmoverwrite sharedfile
Source: build\bin\lib*.dll; DestDir: {sys}; Flags: restartreplace confirmoverwrite sharedfile
#ifexist "build\msvcp71.dll"
Source: build\msvcp71.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment