mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 06:12:44 -06:00
18 lines
214 B
Text
18 lines
214 B
Text
uses
|
|
Core;
|
|
|
|
library(MSC) "out32\\libeay32.lib gdi32.lib";
|
|
|
|
library(WIN32 !MSC) out32dll\libeay32.lib;
|
|
|
|
library(!WIN32) ssl;
|
|
|
|
include
|
|
plugin\openssl\inc32;
|
|
|
|
file
|
|
AESStream.cpp,
|
|
Sha.cpp,
|
|
AESStream.h,
|
|
src.tpp;
|
|
|