fna-workbench

fna-workbench Commit Details


Date:2016-01-16 16:11:22 (9 years 7 months ago)
Author:Ethan Lee
Branch:master
Commit:2aa663d64886a323439ce1c744427ceaa2e62f03
Parents: fe36f05147c386219c3b31b024e6a26352e62082
Message:Makefile: Define DEBUG for debug config

Changes:

File differences

Makefile
331331
332332
333333
334
334
335335
336336
337337
debug: clean-debug
mkdir -p bin/Debug
cp FNA.dll.config bin/Debug
dmcs /unsafe -debug -out:bin/Debug/FNA.dll -target:library $(SRC)
dmcs /unsafe -debug -define:DEBUG -out:bin/Debug/FNA.dll -target:library $(SRC)
clean-debug:
rm -rf bin/Debug

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.48115s using 13 queries.