projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changes to make commandline compilation with VC6 match the same settings and LIB...
[wxWidgets.git]
/
samples
/
internat
/
Makefile.in
diff --git
a/samples/internat/Makefile.in
b/samples/internat/Makefile.in
index 774cdbd7789daf0d21cc0804f6a145625504511c..930041b9f15d5667f10a101c92fcdb4c4d110b03 100644
(file)
--- a/
samples/internat/Makefile.in
+++ b/
samples/internat/Makefile.in
@@
-1,26
+1,29
@@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+#
+# File: Makefile
+# Author: Julian Smart
+# Created: 1998
+# Updated:
+# Copyright: (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for internat example (UNIX).
-# set the OS type for compilation
-OS=@OS@
-# compile a library only
-RULE=bin
+top_srcdir = @top_srcdir@/..
+top_builddir = ../..
+program_dir = samples/internat
-# define library name
-BIN_TARGET=test
-# define library sources
-BIN_SRC=\
-internat.cpp
+DATAFILES=fr/internat.po fr/internat.mo \
+ de/internat.po de/internat.mo \
+ ru/internat.po ru/internat.mo
-#define library objects
-BIN_OBJ=\
-internat.o
+DATADIRS=fr de ru
-# additional things needed to link
-BIN_LINK=
+PROGRAM=internat
-# additional things needed to compile
-ADD_COMPILE=
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
-# include the definitions now
-include ../../../template.mak
+include ../../src/makeprog.env
+
+-include $(DEPFILES)