| Line |  | 
|---|
| 1 | # $Id: pe.mak,v 1.3 2000-12-02 23:57:55 bird Exp $ | 
|---|
| 2 |  | 
|---|
| 3 | # | 
|---|
| 4 | # Odin32 API | 
|---|
| 5 | # | 
|---|
| 6 | #       pe.exe makefile | 
|---|
| 7 | # | 
|---|
| 8 |  | 
|---|
| 9 | # | 
|---|
| 10 | # Tell that we're producing an executable | 
|---|
| 11 | # | 
|---|
| 12 | EXETARGET = 1 | 
|---|
| 13 | MAKEFILE = pe.mak | 
|---|
| 14 |  | 
|---|
| 15 |  | 
|---|
| 16 | # | 
|---|
| 17 | # Compiler, tools, and interference rules. | 
|---|
| 18 | # | 
|---|
| 19 | !include ../../makefile.inc | 
|---|
| 20 |  | 
|---|
| 21 |  | 
|---|
| 22 | # | 
|---|
| 23 | # Overrides. | 
|---|
| 24 | # | 
|---|
| 25 | !if "$(VAC3)" == "1" || "$(VAC36)" == "1" | 
|---|
| 26 | LD2FLAGS = $(LD2FLAGS) /PMTYPE:pm /STACK:0x100000 /NOBASE | 
|---|
| 27 | !else | 
|---|
| 28 | !error Compiler not supported yet | 
|---|
| 29 | !endif | 
|---|
| 30 |  | 
|---|
| 31 |  | 
|---|
| 32 | # | 
|---|
| 33 | # Object files. Prefix with OBJDIR and one space before the '\'. | 
|---|
| 34 | # | 
|---|
| 35 | OBJS = \ | 
|---|
| 36 | $(OBJDIR)\pe.obj | 
|---|
| 37 |  | 
|---|
| 38 |  | 
|---|
| 39 | # | 
|---|
| 40 | # Libraries. One space before the '\'. | 
|---|
| 41 | # | 
|---|
| 42 | LIBS = \ | 
|---|
| 43 | $(ODIN32_LIB)/$(ODINCRT).lib \ | 
|---|
| 44 | $(RTLLIB_O) \ | 
|---|
| 45 | os2386.lib | 
|---|
| 46 |  | 
|---|
| 47 |  | 
|---|
| 48 | # | 
|---|
| 49 | # Target name - name of the dll without extention and path. | 
|---|
| 50 | # | 
|---|
| 51 | TARGET  = pe | 
|---|
| 52 |  | 
|---|
| 53 |  | 
|---|
| 54 | # | 
|---|
| 55 | # Includes the common rules. | 
|---|
| 56 | # | 
|---|
| 57 | !include $(ODIN32_POST_INC) | 
|---|
| 58 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.