X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fdtstyle%2FImakefile;h=8af15c18eba038be997209c73398a276518934dc;hb=a6cdaa885044b935add17175b80ec2806e682936;hp=82fb2c572395ac84f9f7423a3f966f7e9f460292;hpb=1d555edb6c06ae2be90695849451189648f3f230;p=oweals%2Fcde.git diff --git a/cde/programs/dtstyle/Imakefile b/cde/programs/dtstyle/Imakefile index 82fb2c57..8af15c18 100644 --- a/cde/programs/dtstyle/Imakefile +++ b/cde/programs/dtstyle/Imakefile @@ -1,9 +1,9 @@ XCOMM $XConsortium: Imakefile /main/8 1996/09/14 15:25:06 drk $ - DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \ - -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" - - INCLUDES = -I. -I$(DTHELPSRC)/.. +DEPEND_DEFINES = $(DEPENDDEFINES) +DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \ + -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" +INCLUDES = -I. -I$(DTHELPSRC)/.. $(TIRPCINC) DEPLIBS = DepDtClientLibs LOCAL_LIBRARIES = DtClientLibs @@ -19,12 +19,6 @@ EXTRA_OBJS = OWsync.o EXTRA_DEFINES = -D$(PROGRAMS) #endif -XCOMM On Linux once you link against a C++ library the whole program -XCOMM has to be linked with the C++ linker -#if defined(LinuxArchitecture) -CCLINK = $(CXX) -#endif - PROGRAMS = dtstyle OBJS = Main.o version.o MainWin.o Font.o Audio.o \