Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
windows fix by JimmyZ
  • Loading branch information
moritz committed Feb 28, 2012
1 parent 9903471 commit 4ff8545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 3rdparty/dyncall/buildsys/gmake/os/windows.gmake
Expand Up @@ -19,8 +19,6 @@

APP_SUFFIX=.exe
DLL_SUFFIX=.dll
RM = del
SLASH = \\

ifdef TARGET_DLL
ifdef DLL_IMPORTLIB
Expand Down
2 changes: 2 additions & 0 deletions 3rdparty/dyncall/configure.bat
Expand Up @@ -127,6 +127,8 @@ ECHO CONFIG_ASM=%CONFIG_ASM%#>>ConfigVars
ECHO CONFIG_CONFIG=%CONFIG_CONFIG%#>>ConfigVars
ECHO CONFIG_PREFIX=%CONFIG_PREFIX%#>>ConfigVars
ECHO CONFIG_BUILDPREFIX=%CONFIG_BUILDPREFIX%#>>ConfigVars
ECHO RM=del#>>ConfigVars
ECHO SLASH=\\#>>ConfigVars

ECHO Writing following configuration to ConfigVars:
ECHO.
Expand Down

0 comments on commit 4ff8545

Please sign in to comment.