Show More
Commit Description:
added box for windows
Commit Description:
added box for windows
References:
File last commit:
Show/Diff file:
Action:
std-script/box-win/Makefile
| 6 lines
| 124 B
| text/x-makefile
| MakefileLexer
|
|
r98 | box: box.cpp execute.o | |
g++ box.cpp execute.o -o box -lpsapi | |||
execute.o: execute.cpp execute.h | |||
g++ -c execute.cpp | |||
all: box |