]> Kevux Git Server - fll/commitdiff
Cleanup: Minor updates to cygwin documentation.
authorKevin Day <thekevinday@gmail.com>
Wed, 16 Feb 2022 03:13:11 +0000 (21:13 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 16 Feb 2022 03:13:11 +0000 (21:13 -0600)
documents/cygwin.txt
level_0/f_type/c/type.h

index f834b5889b3635232d5f0c0d27c13ed6dfd923ef..c2ebf5c56ee0b9ea928daf06e1ca5066602a544e 100644 (file)
@@ -8,10 +8,10 @@ Cygwin:
   The resulting binary could be transfered to another machine and runs if the cygwin.dll is copied with it (placed along the byte_dump.exe).
 
   To compile the FLL, some functionality needs to be disabled.
-  Fortunately, FLL is specifically designed to be hackable so the process is easier that it might otherwise be.
+  Fortunately, FLL is specifically designed to be hackable so the process is easier than it might otherwise be.
 
   For a monolithic build, compiled statically, add the following to "defines" in the "data/build/settings" file (of the packaged source).
-    "-D_di_libcap_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ -D_di_f_attribute_visibility_ -Df_attribute_visibility_hidden -Df_attribute_visibility_internal -Df_attribute_visibility_protected -Df_attribute_visibility_public"
+    "-D_di_libcap_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ -D_di_compiler_attributes_ -DF_attribute_visibility_hidden_d -DF_attribute_visibility_internal_d -DF_attribute_visibility_protected_d -DF_attribute_visibility_public_d -DF_attribute_weak_d"
 
   Before packaging "data/build/settings", the build settings files are either found inside the individual projects or under the build directory at the root of the source repository.
 
index 1deda33c3cee7e7734e0512e2f960bf8885a21eb..453fdc9b089980a659d0dce220ef6577d99f2d7d 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _F_type_h
 #define _F_type_h
 
-// include pre-requirements
+// Include pre-requirements.
 #ifndef _GNU_SOURCE
   #define _GNU_SOURCE
 #endif // _GNU_SOURCE