.hgignore

Fri, 10 Jan 2025 15:03:58 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 10 Jan 2025 15:03:58 +0100
changeset 1118
9fa87f9882ba
parent 952
dc53362bc5a7
permissions
-rw-r--r--

fix build on Solaris 10 and other platforms, where ferror is a just a macro

952
dc53362bc5a7 add msvc support
Mike Becker <universe@uap-core.de>
parents: 753
diff changeset
1 syntax:glob
753
24dc84788dee replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents: 398
diff changeset
2 nbproject/
24dc84788dee replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents: 398
diff changeset
3 .idea/
952
dc53362bc5a7 add msvc support
Mike Becker <universe@uap-core.de>
parents: 753
diff changeset
4 .vs/
dc53362bc5a7 add msvc support
Mike Becker <universe@uap-core.de>
parents: 753
diff changeset
5 *.vcxproj.user
753
24dc84788dee replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents: 398
diff changeset
6 build/
24dc84788dee replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents: 398
diff changeset
7 dist/
24dc84788dee replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents: 398
diff changeset
8 config.mk

mercurial