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