vc project

This commit is contained in:
jed
2012-06-22 17:24:00 -07:00
parent ab15f65aeb
commit a8199271f8
5 changed files with 59 additions and 27 deletions

View File

@@ -21,10 +21,10 @@ Page instfiles
; The stuff to install
Section "" ;No components page, name is not important
; Set output path to the installation directory.
SetOutPath $INSTDIR
; Set output path to the installation directory.
SetOutPath $INSTDIR
; Put file there
; Put file there
File ..\Release\newcoin.exe
File ..\*.dll
File "start CoinToss.bat"
@@ -32,6 +32,8 @@ Section "" ;No components page, name is not important
File validators.txt
File /r /x .git ..\..\nc-client\*.*
CreateDirectory $INSTDIR\db
SectionEnd ; end the section