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:
@@ -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
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
CC = gcc
|
||||
|
||||
PROGRAM = grid
|
||||
PROGRAM = test
|
||||
|
||||
OBJECTS = $(PROGRAM).o
|
||||
|
||||
|
Reference in New Issue
Block a user