mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +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:
Vendored
+1
-1
@@ -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
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user