Skip to content

Commit b111d6e

Browse files
committed
samples(Fib): include build.cmd update
1 parent 6b7cebe commit b111d6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Code Samples/Fib/build.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
@@ -1,2 +0,0 @@
2-
SET PATH=%PATH%;%1
3-
g++ -g *.cpp -lpthread --std=c++11 -O0 -o %2
1+
@echo off
2+
SET PATH=%PATH%;%1
3+
g++ -g *.cpp --std=c++11 -O0 -o %2

0 commit comments

Comments
 (0)