Skip to content
Snippets Groups Projects
Commit 6b9bbb0f authored by Blank's avatar Blank Committed by Pregmodder
Browse files

Add bin/ check

parent 617c00d2
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
find bin/ >/dev/null 2>&1;if [ `echo $?` -gt 0 ];then mkdir bin/;fi
# Run sanity check.
./sanityCheck
......
#!/bin/bash
find bin/ >/dev/null 2>&1;if [ `echo $?` -gt 0 ];then mkdir bin/;fi
# Run sanity check.
./java+gitGrep-sanityCheck.sh
......
......@@ -3,7 +3,7 @@
:: Set working directory
pushd %~dp0
if not exist "bin\" mkdir bin
:: Run the appropriate compiler for the user's CPU architecture.
if %PROCESSOR_ARCHITECTURE% == AMD64 (
CALL "%~dp0devTools\tweeGo\tweego_win64.exe" -o "%~dp0bin/FC_pregmod.html" "%~dp0src"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment