summaryrefslogtreecommitdiffhomepage
path: root/Drivers/Hello
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-13 22:51:15 +0200
committerAmlal <amlal@zka.com>2024-07-13 22:51:15 +0200
commit062ba0a060929c18a2734835cd426e3d808093b7 (patch)
tree0eb00e2246c0df77cb6a8bfc29087d141cd99ec1 /Drivers/Hello
parenta00e0960d0dfe70771928a9809f78a582a25886d (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.rsrc2
-rw-r--r--Drivers/Hello/x86_64.mk1
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