Advertisement
JudeAustin

Compile Batch Script

Apr 7th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. ::Set path to the master directory of the coin.
  2. SET path=C:\Users\block_000\Desktop\litecoin-master-0.8\
  3. ::Set qtfile to the name of the qt.pro file in the master directory.
  4. SET qtfile=bitcoin-qt.pro
  5.  
  6. cd %path%
  7. start %COMSPEC% /k "C:\Qt\4.8.5\bin\qtvars.bat & qmake %qtfile% "USE_UPNP=-" & mingw32-make -f makefile.release"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement