|
Last change
on this file since 5655 was 5425, checked in by sandervl, 25 years ago |
|
moved initsystem code to odininst
|
|
File size:
751 bytes
|
| Line | |
|---|
| 1 | # $Id: makefile,v 1.7 2001-04-01 14:34:19 sandervl Exp $
|
|---|
| 2 |
|
|---|
| 3 | #
|
|---|
| 4 | # Odin32 API
|
|---|
| 5 | #
|
|---|
| 6 | # odininst.exe makefile
|
|---|
| 7 | #
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | #
|
|---|
| 11 | # Tell that we're producing an executable.
|
|---|
| 12 | #
|
|---|
| 13 | USERAPP = 1
|
|---|
| 14 | EXETARGET = 1
|
|---|
| 15 | VIO = 1
|
|---|
| 16 | STATIC_CRT = 1
|
|---|
| 17 | NO_MAIN_BIN_COPY = 1
|
|---|
| 18 | CLEANEXTRAS = odin32inst.wis *.wpi
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 | #
|
|---|
| 22 | # Compiler, tools, and interference rules.
|
|---|
| 23 | #
|
|---|
| 24 | !include ../../makefile.inc
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 | #
|
|---|
| 28 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
|---|
| 29 | #
|
|---|
| 30 | OBJS = \
|
|---|
| 31 | $(OBJDIR)\odininst.obj
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 | #
|
|---|
| 35 | # Libraries. One space before the '\'.
|
|---|
| 36 | #
|
|---|
| 37 | LIBS = \
|
|---|
| 38 | os2386.lib \
|
|---|
| 39 | $(RTLLIB) \
|
|---|
| 40 | $(ODIN32_LIB)\advapi32.lib \
|
|---|
| 41 | $(ODIN32_LIB)\user32.lib \
|
|---|
| 42 | $(ODIN32_LIB)\kernel32.lib
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 | #
|
|---|
| 46 | # Target name - name of the exe without extention and path.
|
|---|
| 47 | #
|
|---|
| 48 | TARGET = odininst
|
|---|
| 49 |
|
|---|
| 50 |
|
|---|
| 51 | #
|
|---|
| 52 | # Includes the common rules.
|
|---|
| 53 | #
|
|---|
| 54 | !include $(ODIN32_POST_INC)
|
|---|
| 55 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.