DS_Store BE GONE
This commit is contained in:
parent
d26a21ab20
commit
ea2f28ce82
|
@ -1,2 +1,3 @@
|
|||
vc120.pdb
|
||||
4ed_data.ctm
|
||||
4ed_data.ctm
|
||||
.DS_Store
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -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"
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
1
|
||||
0
|
||||
92
|
||||
93
|
||||
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue