diff options
author | marha <marha@users.sourceforge.net> | 2013-07-24 14:25:51 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-07-25 08:25:18 +0200 |
commit | de54c5b749b3eefb75d420840c889533a58aa342 (patch) | |
tree | 6502771c9dd5a0d455388734060469b18f2e4011 /openssl/.gitignore | |
parent | 0606cba5be2dab08f0b4de540d7b278fa6273daf (diff) | |
download | vcxsrv-de54c5b749b3eefb75d420840c889533a58aa342.tar.gz vcxsrv-de54c5b749b3eefb75d420840c889533a58aa342.tar.bz2 vcxsrv-de54c5b749b3eefb75d420840c889533a58aa342.zip |
64-bit compilation now compiles and runs
Diffstat (limited to 'openssl/.gitignore')
-rw-r--r-- | openssl/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openssl/.gitignore b/openssl/.gitignore index 2e7f46437..b9ac127b1 100644 --- a/openssl/.gitignore +++ b/openssl/.gitignore @@ -5,3 +5,7 @@ out32_d tmp32
tmp32_d
NUL
+out64
+out64_d
+tmp64
+tmp64_d
|