2000-03-14 14:47:10 -05:00
|
|
|
# Purpose: makefile for dragimag example (Salford C++)
|
|
|
|
# Created: 2000-03-15
|
2000-03-01 06:05:49 -05:00
|
|
|
|
2000-03-14 14:47:10 -05:00
|
|
|
PROGRAM = dragimag
|
2000-03-01 06:05:49 -05:00
|
|
|
OBJECTS = $(PROGRAM).obj
|
|
|
|
|
|
|
|
include ..\..\src\makeprog.sl
|
|
|
|
|
|
|
|
all: wx $(TARGET)
|
|
|
|
|
|
|
|
wx:
|
|
|
|
cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all
|
2000-03-14 14:47:10 -05:00
|
|
|
cd $(WXDIR)\samples\dragimag
|
2000-03-01 06:05:49 -05:00
|
|
|
|