mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:31:37 +00:00
[ROSAPPS]
Remove almost all remnants of RBuild Dark Age; RBuild, we won't miss you :P svn path=/trunk/; revision=63281
This commit is contained in:
parent
0dc9aa5b13
commit
5cbfb61a5a
31 changed files with 0 additions and 560 deletions
|
@ -1,24 +0,0 @@
|
|||
|
||||
PATH_TO_TOP = ../../../reactos
|
||||
|
||||
TARGET_TYPE = program
|
||||
|
||||
TARGET_APPTYPE = windows
|
||||
|
||||
TARGET_NAME = maze
|
||||
|
||||
TARGET_SDKLIBS = kernel32.a gdi32.a
|
||||
|
||||
TARGET_OBJECTS = maze.o
|
||||
|
||||
TARGET_CFLAGS = -Wall -Werror
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
# Automatic dependency tracking
|
||||
DEP_OBJECTS := $(TARGET_OBJECTS)
|
||||
include $(PATH_TO_TOP)/tools/depend.mk
|
||||
|
||||
# EOF
|
|
@ -1,6 +0,0 @@
|
|||
<module name="maze" type="win32gui" installbase="system32" installname="maze.exe">
|
||||
<library>gdi32</library>
|
||||
<library>user32</library>
|
||||
<file>maze.c</file>
|
||||
<file>maze.rc</file>
|
||||
</module>
|
Loading…
Add table
Add a link
Reference in a new issue