removing ctime

master
Allen Webster 2017-06-22 18:29:13 -04:00
parent bb43c846e9
commit 17058b474c
8 changed files with 0 additions and 31 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,5 @@
@echo off
call "ctime" -begin 4ed_data.ctm
SET OPTS=/W4 /wd4310 /wd4100 /wd4201 /wd4505 /wd4996 /wd4127 /wd4510 /wd4512 /wd4610 /wd4390 /WX
SET OPTS=%OPTS% /GR- /EHa- /nologo /FC
@ -21,4 +19,3 @@ if %ERRORLEVEL% neq 0 (set FirstError=1)
:END
call "ctime" -end 4ed_data.ctm %FirstError%

View File

@ -1,22 +0,0 @@
CPP_FILES := $(wildcard *.cpp) $(wildcard **/*.cpp)
C_FILES := $(wildcard *.c) $(wildcard **/*.c)
H_FILES := $(wildcard *.h) $(wildcard **/*.h)
WARNINGS := -Wno-write-strings
FLAGS := -D_GNU_SOURCE -fPIC -fpermissive
debug: FLAGS += -DDEV_BUILD
debug: ../build/build
package: FLAGS += -DPACKAGE
package: ../build/build
site: FLAGS += -DSITE_BUILD
site: ../build/build
../build/build: $(CPP_FILES) $(C_FILES) $(H_FILES)
g++ $(WARNINGS) $(FLAGS) build.cpp -g -o $@
../build/build
clean:
$(RM) ../build/build ../build/fsmgen ../build/metagen ../build/4ed_app.so ../build/4ed

Binary file not shown.

View File

@ -1,7 +1,5 @@
@echo off
call "ctime" -begin 4ed_site.ctm
SET OPTS=/W4 /wd4310 /wd4100 /wd4201 /wd4505 /wd4996 /wd4127 /wd4510 /wd4512 /wd4610 /wd4390 /WX
SET OPTS=%OPTS% /GR- /EHa- /nologo /FC
@ -15,5 +13,4 @@ popd
..\build\build
if %ERRORLEVEL% neq 0 (set FirstError=1)
call "ctime" -end 4ed_site.ctm %FirstError%

Binary file not shown.

View File

@ -1,7 +1,5 @@
@echo off
call "ctime" -begin string\_4coder_string.ctm
SET OPTS=-W4 -wd4310 -wd4100 -wd4201 -wd4505 -wd4996 -wd4127 -wd4510 -wd4512 -wd4610 -wd4390 -WX
SET OPTS=%OPTS% -wd4611 -GR- -EHa- -nologo -FC
@ -19,4 +17,3 @@ if %ERRORLEVEL% neq 0 (set FirstError=1)
popd
:END
call "ctime" -end string\_4coder_string.ctm %FirstError%