Changeset 6569 for branches/mini/src
- Timestamp:
- Aug 20, 2001, 9:11:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mini/src/win32k/test/mini.mak
r6568 r6569 1 # $Id: mini.mak,v 1.1.2. 8 2001-08-20 18:47:54bird Exp $1 # $Id: mini.mak,v 1.1.2.9 2001-08-20 19:11:36 bird Exp $ 2 2 3 3 # … … 57 57 58 58 # 59 # Say that we actually have an definition file.60 #61 DEFFILE = $(TARGET).def62 63 64 #65 59 # Target name - name of the exe without extention and path. 66 60 # 67 TARGET = mini 61 !ifdef NORMAL 62 TARGET = minic 63 !else 64 TARGET = minio 65 !endif 66 DEFFILE = mini.def 67 68 68 69 69
Note:
See TracChangeset
for help on using the changeset viewer.