mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +00:00
-revert accidental change
svn path=/trunk/; revision=43444
This commit is contained in:
parent
688c43c992
commit
7143b94c1b
1 changed files with 27 additions and 25 deletions
|
@ -1,28 +1,30 @@
|
||||||
|
# ReactOS Floppy Driver
|
||||||
|
# Copyright (C) 2004, Vizzini (vizzini@plasmic.com)
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
#
|
||||||
|
# PROJECT: ReactOS Floppy Driver
|
||||||
|
# FILE: SOURCES
|
||||||
|
# PURPOSE: SOURCES file for Microsoft DDK build system
|
||||||
|
# PROGRAMMER: Vizzini (vizzini@plasmic.com)
|
||||||
|
# REVISIONS:
|
||||||
|
# 15-Feb-2004 vizzini - Created/
|
||||||
|
|
||||||
TARGETNAME=floppy
|
TARGETNAME=floppy
|
||||||
TARGETTYPE=DRIVER
|
TARGETTYPE=DRIVER
|
||||||
|
TARGETPATH=obj
|
||||||
|
TARGETLIBS= $(DDK_LIB_PATH)\csq.lib
|
||||||
|
SOURCES= floppy.c csqrtns.c hardware.c readwrite.c ioctl.c
|
||||||
MSC_WARNING_LEVEL=/W3 /WX
|
MSC_WARNING_LEVEL=/W3 /WX
|
||||||
|
|
||||||
C_DEFINES=$(C_DEFINES) /DSTDCALL=__stdcall /DDDKAPI=__stdcall /wd4996
|
|
||||||
INCLUDES=.; \
|
|
||||||
../../../.; \
|
|
||||||
../../../include; \
|
|
||||||
../../../include; \
|
|
||||||
../../../include/dxsdk; \
|
|
||||||
../../../include/dxsdk; \
|
|
||||||
../../../include/GL; \
|
|
||||||
../../../include/ndk; \
|
|
||||||
../../../include/reactos; \
|
|
||||||
../../../include/reactos; \
|
|
||||||
../../../include/reactos/mc; \
|
|
||||||
../../../include/reactos/libs
|
|
||||||
|
|
||||||
TARGETLIBS= $(DDK_LIB_PATH)\ntstrsafe.lib
|
|
||||||
|
|
||||||
SOURCES=csqrtns.c \
|
|
||||||
floppy.c \
|
|
||||||
hardware.c \
|
|
||||||
ioctl.c \
|
|
||||||
readwrite.c \
|
|
||||||
floppy.rc
|
|
||||||
TARGET_DESTINATION=retail
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue