root/trunk/build-project.bat

Revision 37, 0.6 kB (checked in by qbert, 5 years ago)

--

Line 
1 build -I.. -version=Phobos -full -allobj -names -g -profile  api.d -cleanup -Tandd.lib -L/Map
2
3 build -I.. -version=Phobos -full -allobj -cleanup -release -O api.d -Tand.lib -L/Map
4
5 build -I.. -version=Phobos -Xand test_xor.d  andd.lib -cleanup -L/Map
6
7 dmd -version=Phobos -I.. -I../tango -c -D -Dddoc doc/candydoc/candy.ddoc doc/candydoc/modules.ddoc network/neuralnetwork.d network/neuron.d network/layer.d network/model/ilayer.d network/model/ineuralnetwork.d learning/model/ilearning.d learning/backprop.d activation/model/iactivation.d activation/sigmoid.d activation/tanh.d api.d cost/model/icostfunction.d cost/mse.d cost/sse.d
8
9
Note: See TracBrowser for help on using the browser.