commit | 684e9dc52ea0ae2fd76285edf6f9cf905dcd10bd | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Sep 20 15:11:44 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Sep 20 16:51:13 2013 +0200 |
tree | 0a4a3893a625d54c043d3dda046a28d997ed1e2c | |
parent | fe28646f72bddc5dd0be343bb9ea3d98524838fb [diff] [blame] |
Add custom configurations with activation script
diff --git a/scripts/update_vs_apps.pl b/scripts/update_vs_apps.pl index 530f7b2..a5f6c8f 100755 --- a/scripts/update_vs_apps.pl +++ b/scripts/update_vs_apps.pl
@@ -1,5 +1,8 @@ #!/usr/bin/perl +# create individual project files for example programs +# for VS6 and VS2010 + use warnings; use strict;