Add Files

This commit is contained in:
Pedro Loures 2023-04-08 14:47:59 -03:00 committed by GitHub
commit ea4689c791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 738 additions and 0 deletions

4
build-all.bat Normal file
View file

@ -0,0 +1,4 @@
g++ 2003.c -fpermissive "libcrypto-1_1.dll" "libssl-1_1.dll" -o server2003
g++ xp.c "libcrypto-1_1.dll" "libssl-1_1.dll" -o windowsxp
g++ -Wformat-extra-args autoxp.c -o autoxp
g++ -Wformat-extra-args auto2003.c -o auto2003