ewps, forgot an icon, also a small update to the simple makefile, feel free to 'fix' this makefile to be compatible with the ReactOS build system.

svn path=/trunk/; revision=7328
This commit is contained in:
Richard Campbell 2003-12-30 11:55:54 +00:00
parent f43d6624c8
commit 1a75d537fa
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
all:
gcc -c notepad.c -o notepad.o
windres -i notepad.rc -o res.o
gcc notepad.o res.o -o notepad.nostrip.exe
gcc notepad.o res.o -o notepad.nostrip.exe -mwindows
strip notepad.nostrip.exe -o notepad.exe
clean:
del *.o

BIN
reactos/apps/dist/notepad/notepad.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB