mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-14 16:34:42 +02:00
Added NLua.
This commit is contained in:
parent
5cb11d7957
commit
d5fb17bf7f
11 changed files with 76 additions and 0 deletions
9
packages/NLua.1.3.2.1/tools/net35/uninstall.ps1
vendored
Normal file
9
packages/NLua.1.3.2.1/tools/net35/uninstall.ps1
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
. (Join-Path $toolsPath "GetLibLuaPostBuildCmd.ps1")
|
||||
|
||||
# Get the current Post Build Event cmd
|
||||
$currentPostBuildCmd = $project.Properties.Item("PostBuildEvent").Value
|
||||
|
||||
# Remove our post build command from it (if it's there)
|
||||
$project.Properties.Item("PostBuildEvent").Value = $currentPostBuildCmd.Replace($LibLuaPostBuildCmd, "")
|
Loading…
Add table
Add a link
Reference in a new issue