#
# bscdump makefile

bd.exe : bd.cpp
	cl -I$(LANGAPI)\include -Zi -MD -o bd.exe bd.cpp mspdb.lib
