Skip to content

Commit

Permalink
Унификация скриптов компиляции Windows/unix-like (bmstu-iu9/refal-5-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazdaywik committed Feb 7, 2016
1 parent 712c55d commit fd61228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/srefc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ set LIBDIR=%DISTRDIR%\srlib
setlocal
call "%DISTRDIR%\c-plus-plus.conf.bat"
set PATH=%BINDIR%;%PATH%
srefc-core -c "%CPPLINE% %CPPLINE-FLAGS% -I\"%LIBDIR%\"" %* -d "%LIBDIR%"
srefc-core -c "%CPPLINE% %CPPLINE_FLAGS% -I\"%LIBDIR%\"" %* -d "%LIBDIR%"
endlocal
2 changes: 1 addition & 1 deletion bin/srmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ setlocal
set PATH=%BINDIR%;%PATH%
srmake-core ^
-s srefc-core.exe ^
-c "%CPPLINE% %CPPLINE-FLAGS% -I\\"%LIBDIR%\\"" ^
-c "%CPPLINE% %CPPLINE_FLAGS% -I\\"%LIBDIR%\\"" ^
%* -d "%LIBDIR%"
endlocal

0 comments on commit fd61228

Please sign in to comment.