| Line |   | 
|---|
| 1 | # $Id: MemInfoTest.mak,v 1.2 2001-02-12 21:09:18 bird Exp $
 | 
|---|
| 2 | 
 | 
|---|
| 3 | #
 | 
|---|
| 4 | # Odin32 API
 | 
|---|
| 5 | #
 | 
|---|
| 6 | #       MemInfoTest.exe makefile
 | 
|---|
| 7 | #
 | 
|---|
| 8 | 
 | 
|---|
| 9 | 
 | 
|---|
| 10 | #
 | 
|---|
| 11 | # Tell buildenvironment that we're making an exe and to invoke additional dep rule
 | 
|---|
| 12 | #
 | 
|---|
| 13 | EXETARGET = 1
 | 
|---|
| 14 | VIO = 1
 | 
|---|
| 15 | 
 | 
|---|
| 16 | 
 | 
|---|
| 17 | #
 | 
|---|
| 18 | # Compiler, tools, and interference rules thru the win32k makefile.inc file.
 | 
|---|
| 19 | #
 | 
|---|
| 20 | !include ..\..\..\makefile.inc
 | 
|---|
| 21 | 
 | 
|---|
| 22 | 
 | 
|---|
| 23 | #
 | 
|---|
| 24 | # Object files. Prefix with OBJDIR and one space before the '\'.
 | 
|---|
| 25 | #
 | 
|---|
| 26 | OBJS = \
 | 
|---|
| 27 | $(OBJDIR)\MemInfoTest.obj
 | 
|---|
| 28 | 
 | 
|---|
| 29 | 
 | 
|---|
| 30 | #
 | 
|---|
| 31 | # Libraries. One space before the '\'.
 | 
|---|
| 32 | #
 | 
|---|
| 33 | LIBS = \
 | 
|---|
| 34 | $(RTLLIB) \
 | 
|---|
| 35 | $(ODIN32_LIB)\win32k.lib \
 | 
|---|
| 36 | os2386.lib
 | 
|---|
| 37 | 
 | 
|---|
| 38 | 
 | 
|---|
| 39 | #
 | 
|---|
| 40 | # Target name - name of the exe without extention and path.
 | 
|---|
| 41 | #
 | 
|---|
| 42 | TARGET = MemInfoTest
 | 
|---|
| 43 | 
 | 
|---|
| 44 | 
 | 
|---|
| 45 | #
 | 
|---|
| 46 | # Includes the common rules.
 | 
|---|
| 47 | #
 | 
|---|
| 48 | !include $(ODIN32_POST_INC)
 | 
|---|
| 49 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.