]> gitweb.factorcode.org Git - factor.git/commit
Nmakefile: Add default flags and add command to add the manifest to .exe
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Mar 2020 05:33:26 +0000 (23:33 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Mar 2020 05:33:26 +0000 (23:33 -0600)
commit34029cf1e4679abfe7a885747c2ced19ac7bca11
tree6b16279484aa04a3d012a4cac6cf83205e0a9623
parentbafb101b7a83728c20feefde936ed8210e24d9b1
Nmakefile: Add default flags and add command to add the manifest to .exe

The manifest is disabled for now, but once we fix the resolution we
should enable it.

to test:
nmake /f Nmakefile factor.exe.manifest

Right now the UI looks tiny if you compile for the factor.exe and
include the manifest.

Lastly, sorry for the WIP but it seems pretty harmless and has been
sitting in a branch for almost three years.
Nmakefile