db_test.dsp.postbuild   [plain text]


# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Copy built executable files.
PostBuild_Cmds=copy $(OUTDIR)\*.exe .	copy $(OUTDIR)\*.dll .
# End Special Build Tool