From 3567ef26b85105db19dacca0c90433ce07815a2d Mon Sep 17 00:00:00 2001 From: sparky4 Date: Mon, 8 Aug 2016 08:19:09 -0500 Subject: [PATCH] polish repo ww --- .gitignore | 30 ++++++++++++++++++++++++++++++ config | 12 ------------ copper.lib | Bin 2048 -> 2048 bytes git_igno.re | 30 ++++++++++++++++++++++++++++++ makefile | 14 +++++++++++--- plzpart.map | 2 +- 6 files changed, 72 insertions(+), 16 deletions(-) create mode 100755 .gitignore delete mode 100755 config create mode 100755 git_igno.re diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..3b6f01c --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Lines starting with '#' are considered comments. +# Ignore (generated) html files, +*.html +*.htm +!proj16.bfproject +*.obj +*.OBJ +*.[O] +*.BCO +*.*~ +FUCK +*.err +*.ERR +*.lib +*.LIB +makefile~ +README~ +TODO~ +LICENCE~ +*.mah +*.MAH +!makefile +!modex.lib +img +!.git/config +!.gitmodules +# except foo.html which is maintained by hand. +#!foo.html +# Ignore objects and archives. +*.[oa] diff --git a/config b/config deleted file mode 100755 index 94a1e6c..0000000 --- a/config +++ /dev/null @@ -1,12 +0,0 @@ -[core] - repositoryformatversion = 0 - filemode = true - bare = false - logallrefupdates = true - ignorecase = true -[remote "origin"] - url = ssh://sparky4@4ch.mooo.com:26/var/www/16/plz.git - fetch = +refs/heads/*:refs/remotes/origin/* -[branch "master"] - remote = origin - merge = refs/heads/master diff --git a/copper.lib b/copper.lib index 1cd15602faf65b3487ddfeb430cd6cabe4c2bed4..44efc74a2db4a5221721a4abde9b116c99fb6d23 100755 GIT binary patch delta 24 fcmZn=Xb{-&n3;>CZAJLSE+z(sl8J)Ci&$6yXgLRd delta 24 fcmZn=Xb{-&n3=2n!jf>FE+z(sl8J)Ci&$6yYYPW{ diff --git a/git_igno.re b/git_igno.re new file mode 100755 index 0000000..3b6f01c --- /dev/null +++ b/git_igno.re @@ -0,0 +1,30 @@ +# Lines starting with '#' are considered comments. +# Ignore (generated) html files, +*.html +*.htm +!proj16.bfproject +*.obj +*.OBJ +*.[O] +*.BCO +*.*~ +FUCK +*.err +*.ERR +*.lib +*.LIB +makefile~ +README~ +TODO~ +LICENCE~ +*.mah +*.MAH +!makefile +!modex.lib +img +!.git/config +!.gitmodules +# except foo.html which is maintained by hand. +#!foo.html +# Ignore objects and archives. +*.[oa] diff --git a/makefile b/makefile index 186b04b..da8e4bc 100755 --- a/makefile +++ b/makefile @@ -60,19 +60,17 @@ CFLAGS=$(AFLAGS) $(IFLAGS)-lr -l=dos -wo##wwww OFLAGS=-obmiler -out -oh -ei -zp8 -fpi87 -onac -ol+ -ok####x FLAGS=$(CFLAGS) $(OFLAGS) $(DFLAGS) $(ZFLAGS) - EXEC = plzpart.exe OBJS = copper.lib tweak.$(OBJ) plz.$(OBJ) asmyt.$(OBJ) all: $(EXEC) # -#game and bakapi executables +#executables # plzpart.exe: plzpart.$(OBJ) $(OBJS) wcl $(FLAGS) $(PLZFLAGS) plzpart.$(OBJ) $(OBJS) -fm=plzpart.map - # #executable's objects # @@ -112,3 +110,13 @@ clean: .symbolic @$(REMOVECOMMAND) $(EXEC) # @$(REMOVECOMMAND) *.$(OBJ) @$(REMOVECOMMAND) *.o + +backupconfig: .symbolic + @$(COPYCOMMAND) .git$(DIRSEP)config git_con.fig + #@$(COPYCOMMAND) .gitmodules git_modu.les + @$(COPYCOMMAND) .gitignore git_igno.re + +initlibs: .symbolic + @cp git_con.fig .git/config + #@cp git_modu.les .gitmodules + @cp git_igno.re .gitignore diff --git a/plzpart.map b/plzpart.map index cc1717e..da626a7 100755 --- a/plzpart.map +++ b/plzpart.map @@ -1,7 +1,7 @@ Open Watcom Linker Version 2.0 beta Feb 1 2016 01:01:49 (32-bit) Copyright (c) 2002-2016 The Open Watcom Contributors. All Rights Reserved. Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved. -Created on: 16/08/05 12:44:40 +Created on: 16/08/08 08:15:52 Executable Image: plzpart.exe creating a DOS executable Error! E2028: init_copper_ is an undefined reference -- 2.39.2