forked from FunkinCrew/lime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
55 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,35 @@ | ||
<xml> | ||
|
||
<include name="${HXCPP}/build-tool/BuildCommon.xml"/> | ||
|
||
<files id="common"> | ||
|
||
<compilerflag value="-Iinclude"/> | ||
|
||
<file name="common/ExternalInterface.cpp"/> | ||
<file name="common/::file::.cpp"/> | ||
|
||
</files> | ||
|
||
<set name="SLIBEXT" value=".lib" if="windows"/> | ||
<set name="SLIBEXT" value=".a" unless="windows"/> | ||
<set name="SLIBEXT" value=".so" if="webos"/> | ||
|
||
<set name="DEBUGEXTRA" value="-debug" if="fulldebug" /> | ||
|
||
<target id="NDLL" output="${LIBPREFIX}::extensionLowerCase::${MSVC_LIB_VERSION}${DEBUGEXTRA}${LIBEXTRA}" tool="linker" toolid="${STD_MODULE_LINK}"> | ||
<outdir name="../ndll/${BINDIR}"/> | ||
|
||
<outdir name="../lib/${BINDIR}"/> | ||
<ext value=".ndll" if="windows || mac || linux"/> | ||
<ext value=".hdll" if="hashlink"/> | ||
<files id="common"/> | ||
|
||
</target> | ||
|
||
<target id="default"> | ||
|
||
<target id="NDLL"/> | ||
|
||
</target> | ||
|
||
</xml> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters