diff --git a/4ed_site.ctm b/4ed_site.ctm deleted file mode 100644 index b282322e..00000000 Binary files a/4ed_site.ctm and /dev/null differ diff --git a/_4coder_string.ctm b/_4coder_string.ctm deleted file mode 100644 index 5fc76654..00000000 Binary files a/_4coder_string.ctm and /dev/null differ diff --git a/build.bat b/build.bat index 826c7e09..a08832aa 100644 --- a/build.bat +++ b/build.bat @@ -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% diff --git a/original.Makefile b/original.Makefile deleted file mode 100644 index 52d97b2f..00000000 --- a/original.Makefile +++ /dev/null @@ -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 diff --git a/site/4ed_site.ctm b/site/4ed_site.ctm deleted file mode 100644 index 9f90334a..00000000 Binary files a/site/4ed_site.ctm and /dev/null differ diff --git a/site/build.bat b/site/build.bat index 428c6bed..43e2cc65 100644 --- a/site/build.bat +++ b/site/build.bat @@ -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% diff --git a/string/_4coder_string.ctm b/string/_4coder_string.ctm deleted file mode 100644 index 0b707401..00000000 Binary files a/string/_4coder_string.ctm and /dev/null differ diff --git a/string/build.bat b/string/build.bat index 036c0652..4da879ec 100644 --- a/string/build.bat +++ b/string/build.bat @@ -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% \ No newline at end of file