Distrib things.

Readded resource support.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-01-03 18:41:14 +00:00
parent 5747aa84c1
commit 4a0c68a70b
4 changed files with 21 additions and 23 deletions

View File

@@ -13,9 +13,9 @@
# under Linux.
#
CC = gcc
CC = g++
PROGRAM = drawing
PROGRAM = forty
OBJECTS = $(PROGRAM).o canvas.o card.o game.o pile.o playerdg.o scoredg.o scorefil.o

View File

@@ -15,7 +15,7 @@
CC = gcc
PROGRAM = grid
PROGRAM = test
OBJECTS = $(PROGRAM).o