diff --git a/cacic2.bpg b/cacic2.bpg index b199b63..8c7dbec 100644 --- a/cacic2.bpg +++ b/cacic2.bpg @@ -11,7 +11,7 @@ BRCC = $(ROOT)\bin\brcc32.exe $** #------------------------------------------------------------------------------ PROJECTS = cacic2.exe chkcacic.exe chksis.exe col_anvi.exe col_comp.exe \ col_hard.exe col_moni.exe col_patr.exe col_soft.exe col_undi.exe ger_cols.exe \ - ini_cols.exe mapacacic.exe vaca.exe vacon.exe + ini_cols.exe mapacacic.exe vaca.exe vacon.exe CACICsvc.exe #------------------------------------------------------------------------------ default: $(PROJECTS) #------------------------------------------------------------------------------ @@ -61,4 +61,7 @@ vaca.exe: vaca\vaca.dpr vacon.exe: vacon\vacon.dpr $(DCC) +CACICsvc.exe: cacicservice\CACICsvc.dpr + $(DCC) + diff --git a/cacicservice/CACICsvc.exe b/cacicservice/CACICsvc.exe deleted file mode 100755 index 405ce66..0000000 Binary files a/cacicservice/CACICsvc.exe and /dev/null differ diff --git a/del-svnignore.bat b/del-svnignore.bat new file mode 100644 index 0000000..3b4f8ec --- /dev/null +++ b/del-svnignore.bat @@ -0,0 +1 @@ +del /s *.txt *.log *.dsk *.dcu *.exe thumbs.db *.~ddp *.~dfm *.~pas *.~dpr *.~dsk \ No newline at end of file -- libgit2 0.21.2