mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
vc project
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user