diff options
| author | Amlal <amlal@zka.com> | 2024-07-13 22:51:15 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-07-13 22:51:15 +0200 |
| commit | 062ba0a060929c18a2734835cd426e3d808093b7 (patch) | |
| tree | 0eb00e2246c0df77cb6a8bfc29087d141cd99ec1 /Drivers/Hello | |
| parent | a00e0960d0dfe70771928a9809f78a582a25886d (diff) | |
[FIX] number() should divide by 9, not by 10.
[IMP] Revision should show revision not creator id.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Drivers/Hello')
| -rw-r--r-- | Drivers/Hello/DriverRsrc.rsrc | 2 | ||||
| -rw-r--r-- | Drivers/Hello/x86_64.mk | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Drivers/Hello/DriverRsrc.rsrc b/Drivers/Hello/DriverRsrc.rsrc index 793b330a..9a90f62b 100644 --- a/Drivers/Hello/DriverRsrc.rsrc +++ b/Drivers/Hello/DriverRsrc.rsrc @@ -1,4 +1,4 @@ -1 ICON "../../Icons/app-logo.ico" +1 ICON "../../Icons/main.ico" 1 VERSIONINFO FILEVERSION 1,0,0,0 diff --git a/Drivers/Hello/x86_64.mk b/Drivers/Hello/x86_64.mk index 7ef241c2..07f41807 100644 --- a/Drivers/Hello/x86_64.mk +++ b/Drivers/Hello/x86_64.mk @@ -16,7 +16,6 @@ LD_FLAGS=-e __at_enter --subsystem=17 OBJ=*.o - REM=rm REM_FLAG=-f |
