From 957c13e21844ca75e337fc1c864554dd2240fc78 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 08 Aug 2004 13:35:34 +0000 Subject: Fixed win compile problem --- (limited to 'gammu') diff --git a/gammu/emb/common/common.pro b/gammu/emb/common/common.pro index 7cbcb17..0c68000 100644 --- a/gammu/emb/common/common.pro +++ b/gammu/emb/common/common.pro @@ -143,7 +143,6 @@ device/bluetoth/affix.c \ device/bluetoth/bluez.c \ device/bluetoth/blue_w32.c \ device/bluetoth/bluetoth.c \ -device/serial/ser_unx.c \ device/serial/ser_djg.c \ device/irda/irda.c \ device/devfunc.c \ @@ -177,3 +176,10 @@ TARGET = microgammu DESTDIR = ../../../bin OBJECTS_DIR = obj/unix MOC_DIR = moc/unix + +unix: { +SOURCES += device/serial/ser_unx.c +} +win32:{ +SOURCES += device/serial/ser_w32.c +} -- cgit v0.9.0.2