Skip to content

Commit

Permalink
Revert change to put lib/bin/include in platform\machine subfolder.
Browse files Browse the repository at this point in the history
  • Loading branch information
rryan committed Dec 27, 2016
1 parent 5828cbe commit 6bc0952
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build_environment.bat
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ SET XCOPY=xcopy /S /Y /I

set OLDPATH=%PATH%
set ROOT_DIR=%CD%
SET BIN_DIR=%ROOT_DIR%\%FOLDER_PLATFORM%\%BUILDTYPEDIR%\bin\
SET LIB_DIR=%ROOT_DIR%\%FOLDER_PLATFORM%\%BUILDTYPEDIR%\lib\
SET INCLUDE_DIR=%ROOT_DIR%\%FOLDER_PLATFORM%\%BUILDTYPEDIR%\include\
SET BIN_DIR=%ROOT_DIR%\bin\
SET LIB_DIR=%ROOT_DIR%\lib\
SET INCLUDE_DIR=%ROOT_DIR%\include\
SET BUILD_DIR=%CD%\build\

REM Everyting prepared. Setup the compiler.
Expand Down Expand Up @@ -225,7 +225,6 @@ IF %DELETE_OLD% (
md %LIB_DIR%
md %INCLUDE_DIR%
md %BIN_DIR%
copy %CD%\bin\*.* %BIN_DIR%

REM ==================================
REM Script execution to compile each lib
Expand Down

0 comments on commit 6bc0952

Please sign in to comment.