[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:
Hermès Bélusca-Maïto 2014-05-13 21:19:04 +00:00
parent 0dc9aa5b13
commit 5cbfb61a5a
31 changed files with 0 additions and 560 deletions

View file

@ -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

View file

@ -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>