| Line |  | 
|---|
| 1 | # $Id: PrfTstProcess.mak,v 1.1 2001-07-30 00:43:19 bird Exp $ | 
|---|
| 2 |  | 
|---|
| 3 | # | 
|---|
| 4 | # Odin32 API | 
|---|
| 5 | # | 
|---|
| 6 | #       PrfTstProcess.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 | MAKEFILE = $(TARGET).mak | 
|---|
| 16 |  | 
|---|
| 17 |  | 
|---|
| 18 | # | 
|---|
| 19 | # Compiler, tools, and interference rules thru the win32k makefile.inc file. | 
|---|
| 20 | # | 
|---|
| 21 | !include ..\..\..\makefile.inc | 
|---|
| 22 |  | 
|---|
| 23 |  | 
|---|
| 24 | # | 
|---|
| 25 | # Object files. Prefix with OBJDIR and one space before the '\'. | 
|---|
| 26 | # | 
|---|
| 27 | OBJS = \ | 
|---|
| 28 | $(OBJDIR)\PrfTstProcess.obj | 
|---|
| 29 |  | 
|---|
| 30 |  | 
|---|
| 31 | # | 
|---|
| 32 | # Libraries. One space before the '\'. | 
|---|
| 33 | # | 
|---|
| 34 | LIBS = \ | 
|---|
| 35 | $(RTLLIB) \ | 
|---|
| 36 | $(ODIN32_LIB)\win32k.lib \ | 
|---|
| 37 | tcp32dll.lib \ | 
|---|
| 38 | os2386.lib | 
|---|
| 39 |  | 
|---|
| 40 |  | 
|---|
| 41 | # | 
|---|
| 42 | # Target name - name of the exe without extention and path. | 
|---|
| 43 | # | 
|---|
| 44 | TARGET = PrfTstProcess | 
|---|
| 45 |  | 
|---|
| 46 |  | 
|---|
| 47 | # | 
|---|
| 48 | # Includes the common rules. | 
|---|
| 49 | # | 
|---|
| 50 | !include $(ODIN32_POST_INC) | 
|---|
| 51 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.