Changeset 1007 for trunk/tools/wrc/makefile.os2
- Timestamp:
- Sep 22, 1999, 11:46:52 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/wrc/makefile.os2
r979 r1007 1 1 #!include ..\..\include\pdwin32.tools 2 2 3 DEFS = -D__WINE__ -D__WIN32OS2__ -idirafter ../../include/win -idirafter ../../include 3 #DEFS = -D__WINE__ -D__WIN32OS2__ -idirafter ../../include/win -idirafter ../../include 4 DEFS = -D__WINE__ -D__WIN32OS2__ -I../../include/win -I../../include 4 5 5 6 PROGRAMS = wrc.exe … … 32 33 .SUFFIXES : .c .o 33 34 34 %.o : %.c 35 .c.o : 35 36 $(CC) $(CFLAGS_G) $(DEFS) -c $< -o $@ 36 37
Note:
See TracChangeset
for help on using the changeset viewer.