| Commit | Date | |
|---|---|---|
|
[r4000]
by
david_costanzo
Update the screensaver's Makefile to use the mingw-w64, instead of the older mingw.org compiler. This is being done to standardize on a single compiler, which will hopefully make building FMSLogo simple enough that other people will try. Unfortunately, the mingw-w64 suite has an empty libscrnsave.a, so upgrading the compiler required adding source code that should have been included in the library. The scrnsave.c file is copied directly from the mingw-w64 source tree with an "#if 0" removed. If mingw-w64 eventually has a functional libscrnsave.lib, this file should be removed. |
2016-02-15 04:55:26 | Tree |
|
[r3999]
by
david_costanzo
Fix some build breaks when compiling the "msdbg" screensaver, which uses the Microsoft SDK compilers. These were introduced in the recent header file refactoring to remove assembly.h and main.h. |
2016-02-15 04:40:11 | Tree |
|
[r3998]
by
david_costanzo
Remove assembly.h and main.h. These header files exited to support a defunct instruction set (assembly.h) or the defunct OWL FMSLogo (main.h). Neither of these two things will be supported going-forward, so I'm removing the vestigial header files for general cleanup. Because these header files were included by many source code files, removing the header files required a lot of header file refactoring. |
2016-02-15 01:49:20 | Tree |
|
[r3997]
by
david_costanzo
Remove the Borland OWL version from the build. |
2016-02-15 00:52:09 | Tree |
|
[r3996]
by
david_costanzo
Remove assembly code that cannot work in operating systems that separate This is part of cleanup for FMSLogo version 7.0, which drops support for Win9x. |
2016-02-15 00:50:24 | Tree |
|
[r3995]
by
david_costanzo
Fix build breaks in the WX_PURE version. |
2016-02-14 02:10:55 | Tree |
|
[r3994]
by
david_costanzo
Remove assembly code that cannot work in operating systems that separate This is part of cleanup for FMSLogo version 7.0, which drops support for Win9x. |
2016-02-14 00:07:59 | Tree |
| 2016-02-13 23:29:53 | Tree | |
|
[r3992]
by
david_costanzo
Remove the preprocessor directives for the OWL version of FMSLogo, which no longer exists. |
2016-02-13 23:20:53 | Tree |
|
[r3991]
by
david_costanzo
Remove most of the source code for Scintilla from the FMSLogo project. The scintilla directory was only needed for the Borland OWL version This change is being made to prevent a casual observer from incorrectly |
2016-02-13 22:53:51 | Tree |