Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 759 → Rev 727

/pkg/trunk/Makefile
35,8 → 35,8
utf8tocp 857 pkg_tr.txt > tr.txt
utf8tocp maz pkg_pl.txt > pl.txt
..\svarlang.lib\tlumacz en de fr dk si tr pl
move /y out.lng ..\pkg.lng
move /y deflang.c ..
move out.lng ..\pkg.lng
move deflang.c ..
del ??.txt
cd ..
wcc $(CFLAGS) deflang.c
/pkg/trunk/main.c
30,7 → 30,6
#include <string.h> /* strcasecmp() */
 
#include "svarlang.lib/svarlang.h"
#include "helpers.h"
#include "kprintf.h"
#include "libunzip.h"
#include "pkginst.h"
114,7 → 113,6
}
memcpy(pkgname, file + lastpathdelim + 1, t);
pkgname[t] = 0;
strtolower(pkgname); /* package name must be all lower-case for further file matching in the zip file */
/* prepare the zip file and install it */
zipfileidx = pkginstall_preparepackage(pkgname, file, flags, &zipfilefd, dosdir, dirlist);
if (zipfileidx != NULL) {
/pkg/trunk/pkg.lsm
1,2 → 1,2
version: 20220216
version: 20220215
description: SvarDOS package manager installs, removes and updates packages
/pkg/trunk/version.h
4,7 → 4,7
#ifndef COMMON_H_SENTINEL
#define COMMON_H_SENTINEL
 
#define PVER "20220216"
#define PVER "20220215"
#define PDATE "2012-2022"
 
#endif