lib files are building

This commit is contained in:
d1str4ught
2025-08-18 02:05:07 +02:00
parent 4e679320a3
commit 0ec3511104
93 changed files with 418 additions and 759 deletions

View File

@@ -16,7 +16,7 @@
#include "AuctionManager.h"
#endif
#include <signal.h>
#undef __FreeBSD__
#undef OS_FREEBSD
void SetPlayerDBName(const char* c_pszPlayerDBName);
void SetTablePostfix(const char* c_pszTablePostfix);
int Start();
@@ -44,7 +44,7 @@ int g_log = 1;
int g_iItemPriceListTableCacheFlushSeconds = 540;
// END_OF_MYSHOP_PRICE_LIST
#ifdef __FreeBSD__
#ifdef OS_FREEBSD
extern const char * _malloc_options;
#endif
@@ -65,7 +65,7 @@ int main()
{
WriteVersion();
#ifdef __FreeBSD__
#ifdef OS_FREEBSD
_malloc_options = "A";
#endif
@@ -392,7 +392,7 @@ int Start()
return false;
}
#ifndef __WIN32__
#ifndef OS_WINDOWS
signal(SIGUSR1, emergency_sig);
#endif
signal(SIGSEGV, emergency_sig);