mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
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:
parent
f43d6624c8
commit
1a75d537fa
2 changed files with 1 additions and 1 deletions
2
reactos/apps/dist/notepad/makefile
vendored
2
reactos/apps/dist/notepad/makefile
vendored
|
@ -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
BIN
reactos/apps/dist/notepad/notepad.ico
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in a new issue