FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NoahGameFrame/NFComm/NFPythonScriptPlugin/dllmain.cpp at develop · ifivebig/NoahGameFrame · GitHub
ifivebig
/
NoahGameFrame
Public
forked from
ketoo/NoahGameFrame
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
NoahGameFrame
/
NFComm
/
NFPythonScriptPlugin
/
dllmain.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (18 loc) · 710 Bytes
Breadcrumbs
NoahGameFrame
/
NFComm
/
NFPythonScriptPlugin
/
dllmain.cpp
Copy path
File metadata and controls
23 lines (18 loc) · 710 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
include
"
NFComm/NFCore/NFPlatform.h
"
#
ifdef
NF_DEBUG_MODE
#
if
NF_PLATFORM == NF_PLATFORM_WIN
#
pragma
comment( lib, "ws2_32" )
#
pragma
comment( lib, "NFCore_d.lib" )
#
elif
NF_PLATFORM == NF_PLATFORM_LINUX || NF_PLATFORM == NF_PLATFORM_ANDROID
#
pragma
comment( lib, "NFCore_d.a" )
#
elif
NF_PLATFORM == NF_PLATFORM_APPLE || NF_PLATFORM == NF_PLATFORM_APPLE_IOS
#
endif
#
else
#
if
NF_PLATFORM == NF_PLATFORM_WIN
#
pragma
comment( lib, "ws2_32" )
#
pragma
comment( lib, "NFCore.lib" )
#
elif
NF_PLATFORM == NF_PLATFORM_LINUX || NF_PLATFORM == NF_PLATFORM_ANDROID
#
pragma
comment( lib, "NFCore.a" )
#
elif
NF_PLATFORM == NF_PLATFORM_APPLE || NF_PLATFORM == NF_PLATFORM_APPLE_IOS
#
endif
#
endif
Back
|
FazBrowse Home
|
New Git URL