DS_Store BE GONE

master
Allen Webster 2017-07-10 09:49:45 -04:00
parent d26a21ab20
commit ea2f28ce82
10 changed files with 7 additions and 52 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
vc120.pdb
4ed_data.ctm
.DS_Store

View File

@ -1,21 +1,3 @@
@echo off
build.bat /DSTRING_BUILD
REM SET OPTS=-W4 -wd4310 -wd4100 -wd4201 -wd4505 -wd4996 -wd4127 -wd4510 -wd4512 -wd4610 -wd4390 -WX
REM SET OPTS=%OPTS% -wd4611 -GR- -EHa- -nologo -FC
REM
REM SET FirstError=0
REM
REM pushd ..\build
REM cl %OPTS% ..\code\string\4ed_string_builder.cpp /Zi /Festring_builder
REM if %ERRORLEVEL% neq 0 (set FirstError=1)
REM if %ERRORLEVEL% neq 0 (goto END)
REM popd
REM
REM pushd string
REM ..\..\build\string_builder
REM if %ERRORLEVEL% neq 0 (set FirstError=1)
REM popd
REM
REM :END

View File

@ -1,11 +1,5 @@
#!/bin/bash
WARNINGS="-Wno-write-strings -Wno-comment -Wno-logical-op-parentheses -Wno-null-dereference -Wno-switch"
FLAGS="-D_GNU_SOURCE -fPIC -fpermissive"
g++ $WARNINGS $FLAGS ../code/string/4ed_string_builder.cpp -g -o ../build/string_builder
pushd string
../../build/string_builder
popd
chmod 777 build.sh
./build.sh "-DSTRING_BUILD"

BIN
meta/.DS_Store vendored

Binary file not shown.

View File

@ -1,7 +1,4 @@
#!/bin/bash
WARNINGS="-Wno-write-strings"
FLAGS="-D_GNU_SOURCE -fPIC -fpermissive -DPACKAGE"
g++ $WARNINGS $FLAGS meta/build.cpp -g -o ../build/build
../build/build
chmod 777 build.sh
./build.sh "-DPACKAGE"

BIN
site/.DS_Store vendored

Binary file not shown.

BIN
string/.DS_Store vendored

Binary file not shown.

View File

@ -1,5 +1,5 @@
1
0
92
93

View File

@ -1,19 +0,0 @@
@echo off
SET OPTS=-W4 -wd4310 -wd4100 -wd4201 -wd4505 -wd4996 -wd4127 -wd4510 -wd4512 -wd4610 -wd4390 -WX
SET OPTS=%OPTS% -wd4611 -GR- -EHa- -nologo -FC
SET FirstError=0
pushd ..\build
cl %OPTS% ..\code\string\4ed_string_builder.cpp /Zi /Festring_builder
if %ERRORLEVEL% neq 0 (set FirstError=1)
if %ERRORLEVEL% neq 0 (goto END)
popd
pushd string
..\..\build\string_builder
if %ERRORLEVEL% neq 0 (set FirstError=1)
popd
:END