You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build_64.cmd 402B

1234567891011121314
  1. REM
  2. REM Command file for building BuildDistribution
  3. REM
  4. REM Usage: build
  5. REM
  6. REM (C) Copyright 2006 - 2009 ARM Research Labs, LLC
  7. REM See www.armresearch.com for the copyright terms.
  8. REM
  9. set path=c:\MinGW-64\bin;%path%
  10. set CXX=x86_64-pc-mingw32-c++
  11. set LIB=c:\MinGW-64\x86_64-pc-mingw32\lib64\libws2_32.a -loleaut32
  12. %CXX% -o BuildDistribution.exe Utility.cc BuildDistribution.cc %LIB%