# $Id: makefile,v 1.7 2001/04/01 14:34:19 sandervl Exp $

#
# Odin32 API
#
#       odininst.exe makefile
#


#
# Tell that we're producing an executable.
#
USERAPP = 1
EXETARGET = 1
VIO = 1
STATIC_CRT = 1
NO_MAIN_BIN_COPY = 1
CLEANEXTRAS = odin32inst.wis *.wpi


#
# Compiler, tools, and interference rules.
#
!include ../../makefile.inc


#
# Object files. Prefix with OBJDIR and one space before the '\'.
#
OBJS = \
$(OBJDIR)\odininst.obj


#
# Libraries. One space before the '\'.
#
LIBS = \
os2386.lib \
$(RTLLIB) \
$(ODIN32_LIB)\advapi32.lib \
$(ODIN32_LIB)\user32.lib \
$(ODIN32_LIB)\kernel32.lib


#
# Target name - name of the exe without extention and path.
#
TARGET = odininst


#
# Includes the common rules.
#
!include $(ODIN32_POST_INC)

