Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Unified line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
REHERC committed Jan 3, 2021
1 parent d680024 commit b7dd85d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Distance.Heat/Distance.Heat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,21 +118,14 @@ SET MOD=%25PACKAGES%25\Mods\%25MODNAME%25

REM ===== COPY MOD FILES =====

ECHO DBG 1
CALL :MAKEDIR "%25MOD%25"

ECHO DBG 2
CALL :COPYDIR "%25INCLUDE%25\Mod" "%25MOD%25"

ECHO DBG 3
CALL :COPY "%25BUILD%25Distance.Heat.dll" "%25MOD%25"

ECHO DBG 4

CALL :INCLUDEGSL Centrifuge.Distance

ECHO DBG 5

EXIT 0

REM ===== BUILD SUBROUTINES =====
Expand All @@ -151,8 +144,8 @@ XCOPY /i /s /Y /v %251 %252
GOTO :EOF

:INCLUDEGSL
CALL :MAKEDIR "%25PACKAGES%25\GameSupport\"
CALL :COPY "%25BUILD%25%251.dll" "%25PACKAGES%25\GameSupport\"
CALL :MAKEDIR "%25PACKAGES%25\GameSupport"
CALL :COPY "%25BUILD%25%251.dll" "%25PACKAGES%25\GameSupport"
GOTO :EOF

:INCLUDEDEPENDENCY
Expand Down

0 comments on commit b7dd85d

Please sign in to comment.