Skip to content

Commit 4ff8545

Browse files
committed
windows fix by JimmyZ
1 parent 9903471 commit 4ff8545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3rdparty/dyncall/buildsys/gmake/os/windows.gmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
APP_SUFFIX=.exe
2121
DLL_SUFFIX=.dll
22-
RM = del
23-
SLASH = \\
2422

2523
ifdef TARGET_DLL
2624
ifdef DLL_IMPORTLIB

3rdparty/dyncall/configure.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ ECHO CONFIG_ASM=%CONFIG_ASM%#>>ConfigVars
127127
ECHO CONFIG_CONFIG=%CONFIG_CONFIG%#>>ConfigVars
128128
ECHO CONFIG_PREFIX=%CONFIG_PREFIX%#>>ConfigVars
129129
ECHO CONFIG_BUILDPREFIX=%CONFIG_BUILDPREFIX%#>>ConfigVars
130+
ECHO RM=del#>>ConfigVars
131+
ECHO SLASH=\\#>>ConfigVars
130132

131133
ECHO Writing following configuration to ConfigVars:
132134
ECHO.

0 commit comments

Comments
 (0)