Removed post-build step, it just causes project not to compile under Visual Studio 2005 Express edition

This commit is contained in:
ejcoumans
2008-01-29 20:14:50 +00:00
parent d3e4d87521
commit daaca4bfcd
4 changed files with 0 additions and 15 deletions

View File

@@ -143,6 +143,3 @@
[% MACRO librarian_library_release GET library_outfile('') %]
[% MACRO librarian_library_debug GET library_outfile('_d') %]
[% MACRO librarian_group GET library_outfile('') %]
[% MACRO postbuild_library BLOCK -%]
CommandLine="xcopy /r /y $(TARGETPATH) $(PROJECTDIR)..\..\lib\"
[% END %]