mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 03:05:40 +00:00
Revert extra checks before autolinking
This commit is contained in:
parent
5acbf9ef59
commit
7541fa7cb7
3 changed files with 1 additions and 5 deletions
|
@ -18,9 +18,7 @@
|
||||||
#include "Timer.h"
|
#include "Timer.h"
|
||||||
#include "crossplatform.h"
|
#include "crossplatform.h"
|
||||||
|
|
||||||
#if defined _MSC_VER && !defined CMAKE_NO_AUTOLINK
|
|
||||||
#pragma comment( lib, "mss32.lib" )
|
#pragma comment( lib, "mss32.lib" )
|
||||||
#endif
|
|
||||||
|
|
||||||
// --MIAMI: file done
|
// --MIAMI: file done
|
||||||
|
|
||||||
|
|
|
@ -223,7 +223,7 @@ psGrabScreen(RwCamera *pCamera)
|
||||||
/*
|
/*
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
*/
|
*/
|
||||||
#if defined _MSC_VER && !defined CMAKE_NO_AUTOLINK
|
#ifdef _WIN32
|
||||||
#pragma comment( lib, "Winmm.lib" ) // Needed for time
|
#pragma comment( lib, "Winmm.lib" ) // Needed for time
|
||||||
RwUInt32
|
RwUInt32
|
||||||
psTimer(void)
|
psTimer(void)
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#define WM_GRAPHNOTIFY WM_USER+13
|
#define WM_GRAPHNOTIFY WM_USER+13
|
||||||
|
|
||||||
#if defined _MSC_VER && !defined CMAKE_NO_AUTOLINK
|
|
||||||
#ifndef USE_D3D9
|
#ifndef USE_D3D9
|
||||||
#pragma comment( lib, "d3d8.lib" )
|
#pragma comment( lib, "d3d8.lib" )
|
||||||
#endif
|
#endif
|
||||||
|
@ -41,7 +40,6 @@
|
||||||
#pragma comment( lib, "dxguid.lib" )
|
#pragma comment( lib, "dxguid.lib" )
|
||||||
#pragma comment( lib, "strmiids.lib" )
|
#pragma comment( lib, "strmiids.lib" )
|
||||||
#pragma comment( lib, "dinput8.lib" )
|
#pragma comment( lib, "dinput8.lib" )
|
||||||
#endif
|
|
||||||
|
|
||||||
#if (defined(_MSC_VER))
|
#if (defined(_MSC_VER))
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
|
Loading…
Reference in a new issue