removed absolute path comments
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401675
This commit is contained in:
parent
ca0da2559d
commit
7ed29b4fe3
@ -357,7 +357,8 @@ namespace SourceMod
|
|||||||
* or dlclose.
|
* or dlclose.
|
||||||
*
|
*
|
||||||
* @param pInterface Pointer to an IExtensionInterface instance.
|
* @param pInterface Pointer to an IExtensionInterface instance.
|
||||||
* @param filepath Absolute path to the extension's file.
|
* @param filepath Relative path to the extension's file, from
|
||||||
|
* mod folder.
|
||||||
* @param filename Name to use to uniquely identify the extension.
|
* @param filename Name to use to uniquely identify the extension.
|
||||||
* The name should be generic, without any
|
* The name should be generic, without any
|
||||||
* platform-specific suffices. For example,
|
* platform-specific suffices. For example,
|
||||||
|
@ -24,8 +24,7 @@ bool SM_LoadExtension(char *error, size_t maxlength)
|
|||||||
char path[256];
|
char path[256];
|
||||||
g_SMAPI->PathFormat(path,
|
g_SMAPI->PathFormat(path,
|
||||||
sizeof(path),
|
sizeof(path),
|
||||||
"%s/addons/myplugin/bin/myplugin%s",
|
"addons/myplugin/bin/myplugin%s",
|
||||||
g_SMAPI->GetBaseDir(),
|
|
||||||
#if defined __linux__
|
#if defined __linux__
|
||||||
"_i486.so"
|
"_i486.so"
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user