Rename VS script more appropriately

This commit is contained in:
Manuel Pégourié-Gonnard 2014-05-09 13:01:21 +02:00 committed by Paul Bakker
parent 411f73e7b3
commit 50868a7a82

View File

@ -1,7 +1,8 @@
#!/usr/bin/perl
# create individual project files for example programs
# for VS6 and VS2010
# Generate files for MS Visual Studio:
# - for VS6: main project (library) file, individual app files, workspace
# - for VS2010: main file, individual apps, solution file
#
# Must be run from PolarSSL root or scripts directory.
# Takes no argument.