- Timestamp:
- Mar 20, 2001, 11:49:24 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Odin32API/genericexe.mak
r5341 r5342 1 # $Id: genericexe.mak,v 1. 1 2001-03-20 22:44:32bird Exp $1 # $Id: genericexe.mak,v 1.2 2001-03-20 22:49:24 bird Exp $ 2 2 3 3 # … … 7 7 # 8 8 9 9 10 10 # 11 11 # Build environment configuration. … … 19 19 # Compiler, tools, and interference rules. 20 20 # 21 !include d:/odin32/worktree/makefile.inc21 !include ../../makefile.inc 22 22 23 23 … … 58 58 os2386.lib 59 59 60 60 61 61 # 62 62 # Target name - name of the dll without extention and path. … … 64 64 TARGET = generic 65 65 66 66 67 67 # 68 68 # Our own All rule which doesn't copy stuff to global bin directories. … … 70 70 all: $(OBJDIR) \ 71 71 $(OBJDIR)\$(TARGET).exe \ 72 $(OBJDIR)\$(TARGET).sym 72 $(OBJDIR)\$(TARGET).sym 73 73 74 74
Note:
See TracChangeset
for help on using the changeset viewer.