# used. ifndef PPC PPC = fpc endif ifeq ($(OS),Windows_NT) WIN32 = 1 endif ifndef WIN32 SO = so EXE = else SO = dll EXE = .exe PFLAGS += -dWIN32 endif PFLAGS += -S2 %.o %.ppu: %.PP $(PPC) $(PFLAGS) $<