mirror of
https://github.com/reactos/reactosdbg.git
synced 2024-11-23 19:59:44 +00:00
6030ecd415
locals and stack trace at the place where reactos is stopped. svn path=/trunk/tools/reactosdbg/; revision=759
7 lines
141 B
Makefile
7 lines
141 B
Makefile
all: testline.exe
|
|
|
|
testline.exe: testline.o
|
|
gcc -g -o testline.exe testline.o libdbghelp.a
|
|
|
|
testline.o: testline.c
|
|
gcc -g -I. -c testline.c
|