mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
22 lines
418 B
Text
22 lines
418 B
Text
description "\3770,128,128";
|
|
|
|
library(POSIX) "crypto ssl";
|
|
|
|
library(WIN32 MSC !SHARED !DEBUG) "libeay32MT ssleay32MT";
|
|
|
|
library(WIN32 MSC !SHARED DEBUG) "libeay32MTd ssleay32MTd";
|
|
|
|
library(WIN32 MSC SHARED !DEBUG) "libeay32MD ssleay32MD";
|
|
|
|
library(WIN32 MSC SHARED DEBUG) "libeay32MDd ssleay32MDd";
|
|
|
|
library(WIN32) gdi32;
|
|
|
|
link(WIN32 MSC SO) /nodefaultlib:libc;
|
|
|
|
file
|
|
SSL.h,
|
|
Util.cpp,
|
|
InitExit.icpp,
|
|
Socket.icpp;
|
|
|