1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Add custom configurations with activation script

This commit is contained in:
Manuel Pégourié-Gonnard
2013-09-20 15:11:44 +02:00
parent fe28646f72
commit 684e9dc52e
5 changed files with 208 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/usr/bin/perl
# create individual project files for example programs
# for VS6 and VS2010
use warnings;
use strict;