mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 06:49:34 +01:00
change in utils/fpcm/fpcmake.ini in prevous commit.
Adapt also other files to that change:
* compiler/globals.pas: Replace $FPCTARGET by os_string if
tf_use_8_3 flag is set for target_info also.
* tests/Makefile.fpc: Modify TEST_TARGETSUFFIX in the same way
as TARGETSUFFIX was modified in previous commit.
* tests/utils/dotest.pp:
+ New variable UseOSOnly, set to true if only target OS name
should be used for subdirectories.
git-svn-id: trunk@18228 -
|
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| fpmake.pp | ||
| Makefile | ||
| Makefile.fpc | ||
| README.txt | ||
This package contains 2 units uuid: creates a GUID based on the MAC address and Time on a linux machine. The implementation is 100% native object pascal code. Libuuid: creates a GUID based on the MAC address and Time on a linux machine. The implementation uses the libuuid.so.1 library, which should be present on most linux systems. The library is loaded dynamically. Both units set the OnCreateGUID event handler of SysUtils. The test programs show the usage, tested on SuSE 9.2. Enjoy, Michael.