Changeset 93
- Timestamp:
- Apr 30, 2011, 11:21:55 PM (14 years ago)
- Location:
- trunk/src/os2ahci
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/Makefile
r88 r93 34 34 35 35 AFLAGS = -Mb 36 CFLAGS = -c -nologo -Asnw -W2 -G2ms -Zlpd -Fc -Zi 36 CFLAGS = -c -nologo -Asnw -W2 -G2ms -Zlpd -Fc -Zi -DECS_BUILD 37 37 LFLAGS = /noe /nod /packd /a:16 /batch /map /line 38 38 -
trunk/src/os2ahci/os2ahci.c
r87 r93 176 176 /* print initialization message */ 177 177 cprintf(init_msg, VERSION / 100, VERSION % 100); 178 179 #ifdef ECS_BUILD 180 cprintf("This driver is licensed for use only in conjunction with eComStation."); 181 #endif 178 182 179 183 /* register driver with resource manager */
Note:
See TracChangeset
for help on using the changeset viewer.