gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows GUI Interface for Gnokii


From: Ladislav Michl
Subject: Re: Windows GUI Interface for Gnokii
Date: Thu, 6 Feb 2003 12:35:43 +0100
User-agent: Mutt/1.5.3i

On Thu, Feb 06, 2003 at 09:30:20AM +0000, Marcus Godehardt wrote:
> Ok i will try to work with gnokii as dll and create a native
> Win9x/WinNT GUI

cool, that's way to go :)

> The new GUI for GNOKII is called NOK-O-MANIA ( do u like it ? ).

if your application tends to be as marvellous as the name is, I have
no objections ;)

> And it would be nice if anybody explains me how to send updates to
> project ( do use cvs )

looking at skills bellow you probably haven't met any OS except M$ ones.
with this in mind is difficult to help you with setting your dev
environment. basically you have two possibilities:

1) Install cygwin which gives you complete unix like environment.
2) Be happy with commercial tools you already have and go for wincvs
   http://www.wincvs.org/download.html
   If you're not already familiar with cvs, it's time to discover it
   http://www.cvshome.org/
   then you can read details about windows frontend
   http://www.computas.com/pub/wincvs-howto/
   You'll probably need diff(1) and patch(1) to test patches sent to the
   list and to generate your own.

> my goals
>
> 1.) Create working gnokii DLL for Windows system

this is trivial part. patch bellow should help you a little. there are
some bits left on the way, since I did it for 0.5.0pre2 and I lost some
changes later.

btw, what is the purpose of getopt/win32/ directory? i was able to
compile gnokii with files found in getopt/ using VC6. what windows
compiler requires them? also win32/fcopy.bat is pretty useless. it's
better to implement make rules in project file.

> 2.) Fix Bugs i found in gnokii serial com for windows

nice!

> 3.) Integrate gnokii DLL in my GUI

uh. it's some time ago when I left windows systems, but as far as I
can remember it's your GUI which is importing gnokii.dll functions...

> I hope u want some help from a windows programmer ( i wrote several
> device drivers for Windows and i am very familiar with Win32 COM).
>
> Give me some time i will do this next weekend and inform u about my
> success ( or failure )
>
> I would like to introduce myself, here are some informations/data
> about me
>
> Age: 33
> Location: Germany/Frankfurt
> Status: Game Developer ( Employed )
> Skills: c/c++ ( 16 years xp ) ( 10 in a company )
>         java   ( 4 years xp ) ( 4 in a company )
>         assembly ( different cpu's) ( 18 years xp )

now, when i'm finished with my other tasks and i started to read gnokii
ml again it's time to mention some issues which makes me unhappy

1) sending mails as html (or other) attachments is bad idea since there
   is no reason for doing so and this way makes replying more difficult
   for people who love their cool text based MUAs
2) there is also no reason for sending patches as (even gzipped)
   attachments. imagine feelings of user who wants to browse gnokii ml
   archive and imagine developer who is going to comment you patch.
   if you are going to object that you can't afford to download
   such huge mailbox i'm _not_ going to listen you because you're doing
   something silly.
   a) hw modems (yes, winmodem is crap and shouldn't be used) are able
      to do online compression (i hope your ISP use them too :))
   b) you can download you mail via ssh which is able to do compression
      on fly

best regards,
        ladis

--- /dev/null   2003-01-06 08:25:00.000000000 +0100
+++ gnokii/win32/gnokii_vc6/libgnokii.dsp       2003-01-03 00:00:00.000000000 
+0100
@@ -0,0 +1,255 @@
+# Microsoft Developer Studio Project File - Name="libgnokii" - Package 
Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=libgnokii - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE 
+!MESSAGE NMAKE /f "libgnokii.mak".
+!MESSAGE 
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE 
+!MESSAGE NMAKE /f "libgnokii.mak" CFG="libgnokii - Win32 Debug"
+!MESSAGE 
+!MESSAGE Possible choices for configuration are:
+!MESSAGE 
+!MESSAGE "libgnokii - Win32 Release" (based on "Win32 (x86) Dynamic-Link 
Library")
+!MESSAGE "libgnokii - Win32 Debug" (based on "Win32 (x86) Dynamic-Link 
Library")
+!MESSAGE 
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF  "$(CFG)" == "libgnokii - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D 
"_MBCS" /D "_USRDLL" /D "LIBGNOKII_EXPORTS" /Yu"stdafx.h" /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D 
"_MBCS" /D "_USRDLL" /D "LIBGNOKII_EXPORTS" /Yu"stdafx.h" /FD /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x405 /d "NDEBUG"
+# ADD RSC /l 0x405 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /dll /machine:I386
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /dll /machine:I386
+
+!ELSEIF  "$(CFG)" == "libgnokii - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGNOKII_EXPORTS" /Yu"stdafx.h" /FD /GZ 
/c
+# ADD CPP /nologo /MTd /W3 /Gm /Gi /GX /ZI /Od /I "../../include" /D "WIN32" 
/D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GNOKIIDLL_EXPORTS" /FD 
/GZ /c
+# SUBTRACT CPP /YX /Yc /Yu
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x405 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
+
+!ENDIF 
+
+# Begin Target
+
+# Name "libgnokii - Win32 Release"
+# Name "libgnokii - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\common\phones\atbosch.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\links\atbus.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\phones\ateric.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\phones\atgen.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\phones\atnok.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\phones\atsie.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\links\cbus.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\cfgreader.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\compat.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\phones\dc2711.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\device.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\phones\fake.c
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\links\fbus-3110.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\links\fbus-phonet.c"
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\links\fbus.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\phones\generic.c
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\gsm-api.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\gsm-bitmaps.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\gsm-call.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\gsm-common.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\gsm-encoding.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\gsm-error.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\gsm-filetypes.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\gsm-networks.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\gsm-ringtones.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\gsm-sms.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\gsm-statemachine.c"
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\links\m2bus.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\misc.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\phones\nk6100.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\phones\nk6160.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\phones\nk6510.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\phones\nk7110.c
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\nokia-decoding.c"
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\phones\nokia.c
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\common\sms-nokia.c"
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\snprintf.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\links\utils.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\vcard.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\common\devices\winserial.c
+# End Source File
+# End Group
+# End Target
+# End Project
? win32/gnokii_vc6/libgnokii.dsp
Index: win32/gnokii_vc6/gnokii.dsp
===================================================================
RCS file: /cvsroot/gnokii/gnokii/win32/gnokii_vc6/gnokii.dsp,v
retrieving revision 1.4
diff -u -r1.4 gnokii.dsp
--- gnokii/win32/gnokii_vc6/gnokii.dsp  30 Apr 2002 18:56:12 -0000      1.4
+++ iikong/win32/gnokii_vc6/gnokii.dsp  6 Feb 2003 10:14:38 -0000
@@ -1,26 +1,24 @@
-# Microsoft Developer Studio Project File - Name="Gnokii" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="gnokii" - Package Owner=<4>
 # Microsoft Developer Studio Generated Build File, Format Version 6.00
 # ** DO NOT EDIT **
 
 # TARGTYPE "Win32 (x86) Console Application" 0x0103
 
-CFG=Gnokii - Win32 DllDebug
+CFG=gnokii - Win32 Debug
 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
 !MESSAGE use the Export Makefile command and run
 !MESSAGE 
-!MESSAGE NMAKE /f "Gnokii.mak".
+!MESSAGE NMAKE /f "gnokii.mak".
 !MESSAGE 
 !MESSAGE You can specify a configuration when running NMAKE
 !MESSAGE by defining the macro CFG on the command line. For example:
 !MESSAGE 
-!MESSAGE NMAKE /f "Gnokii.mak" CFG="Gnokii - Win32 DllDebug"
+!MESSAGE NMAKE /f "gnokii.mak" CFG="gnokii - Win32 Debug"
 !MESSAGE 
 !MESSAGE Possible choices for configuration are:
 !MESSAGE 
-!MESSAGE "Gnokii - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "Gnokii - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "Gnokii - Win32 DllRelease" (based on "Win32 (x86) Console 
Application")
-!MESSAGE "Gnokii - Win32 DllDebug" (based on "Win32 (x86) Console Application")
+!MESSAGE "gnokii - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "gnokii - Win32 Debug" (based on "Win32 (x86) Console Application")
 !MESSAGE 
 
 # Begin Project
@@ -30,7 +28,7 @@
 CPP=cl.exe
 RSC=rc.exe
 
-!IF  "$(CFG)" == "Gnokii - Win32 Release"
+!IF  "$(CFG)" == "gnokii - Win32 Release"
 
 # PROP BASE Use_MFC 0
 # PROP BASE Use_Debug_Libraries 0
@@ -40,14 +38,12 @@
 # PROP Use_MFC 0
 # PROP Use_Debug_Libraries 0
 # PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release\Gnokii"
-# PROP Ignore_Export_Lib 0
+# PROP Intermediate_Dir "Release"
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D 
"_MBCS" /YX /FD /c
-# ADD CPP /nologo /G5 /W3 /GX /O2 /I "..\..\include" /I "..\..\getopt" /D 
"WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /U "DEBUG" /FD /c
-# SUBTRACT CPP /YX
-# ADD BASE RSC /l 0x413 /d "NDEBUG"
-# ADD RSC /l 0x413 /d "NDEBUG"
+# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" 
/YX /FD /c
+# ADD BASE RSC /l 0x405 /d "NDEBUG"
+# ADD RSC /l 0x405 /d "NDEBUG"
 BSC32=bscmake.exe
 # ADD BASE BSC32 /nologo
 # ADD BSC32 /nologo
@@ -55,7 +51,7 @@
 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /machine:I386
 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /machine:I386
 
-!ELSEIF  "$(CFG)" == "Gnokii - Win32 Debug"
+!ELSEIF  "$(CFG)" == "gnokii - Win32 Debug"
 
 # PROP BASE Use_MFC 0
 # PROP BASE Use_Debug_Libraries 1
@@ -65,111 +61,41 @@
 # PROP Use_MFC 0
 # PROP Use_Debug_Libraries 1
 # PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug\Gnokii"
+# PROP Intermediate_Dir "Debug"
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /G5 /W3 /Gm /GX /ZI /Od /I "..\..\include" /I "..\..\getopt" 
/D "_CONSOLE" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D "_MBCS" /FR /FD /GZ /c
-# ADD BASE RSC /l 0x413 /d "_DEBUG"
-# ADD RSC /l 0x413 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ELSEIF  "$(CFG)" == "Gnokii - Win32 DllRelease"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Gnokii___Win32_DllRelease"
-# PROP BASE Intermediate_Dir "Gnokii___Win32_DllRelease"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release\DLL"
-# PROP Intermediate_Dir "Release\DLL\Gnokii"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /G5 /W3 /GX /O2 /I "..\..\include" /I "..\..\getopt" /D 
"WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /U "DEBUG" /FD /c
-# SUBTRACT BASE CPP /YX
-# ADD CPP /nologo /G5 /W3 /GX /O2 /I "..\..\include" /I "..\..\getopt" /D 
"WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /U "DEBUG" /FD /c
-# SUBTRACT CPP /YX
-# ADD BASE RSC /l 0x413 /d "NDEBUG"
-# ADD RSC /l 0x413 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF  "$(CFG)" == "Gnokii - Win32 DllDebug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Gnokii___Win32_DllDebug"
-# PROP BASE Intermediate_Dir "Gnokii___Win32_DllDebug"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug\DLL"
-# PROP Intermediate_Dir "Debug\DLL\Gnokii"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /G5 /W3 /Gm /GX /ZI /Od /I "..\..\include" /I 
"..\..\getopt" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D "_MBCS" /FR 
/FD /GZ /c
-# ADD CPP /nologo /G5 /W3 /Gm /GX /ZI /Od /I "..\..\include" /I "..\..\getopt" 
/D "_CONSOLE" /D "WIN32" /D "_DEBUG" /D "_MBCS" /FR /FD /GZ /c
-# ADD BASE RSC /l 0x413 /d "_DEBUG"
-# ADD RSC /l 0x413 /d "_DEBUG"
+# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../getopt" /D 
"WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE RSC /l 0x405 /d "_DEBUG"
+# ADD RSC /l 0x405 /d "_DEBUG"
 BSC32=bscmake.exe
 # ADD BASE BSC32 /nologo
 # ADD BSC32 /nologo
 LINK32=link.exe
 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib  libgnokii.lib /nologo /subsystem:console /debug /machine:I386 
/pdbtype:sept
 
 !ENDIF 
 
 # Begin Target
 
-# Name "Gnokii - Win32 Release"
-# Name "Gnokii - Win32 Debug"
-# Name "Gnokii - Win32 DllRelease"
-# Name "Gnokii - Win32 DllDebug"
+# Name "gnokii - Win32 Release"
+# Name "gnokii - Win32 Debug"
 # Begin Group "Source Files"
 
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 # Begin Source File
 
-SOURCE=.\..\..\getopt\getopt.c
+SOURCE=..\..\getopt\getopt.c
 # End Source File
 # Begin Source File
 
-SOURCE=.\..\..\getopt\getopt1.c
+SOURCE=..\..\getopt\getopt1.c
 # End Source File
 # Begin Source File
 
-SOURCE=.\..\..\gnokii\gnokii.c
+SOURCE=..\..\gnokii\gnokii.c
 # End Source File
-# Begin Source File
-
-SOURCE=".\..\..\common\gsm-filetypes.c"
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\..\..\getopt\getopt.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 # End Group
 # End Target
 # End Project
Index: win32/gnokii_vc6/gnokii.dsw
===================================================================
RCS file: /cvsroot/gnokii/gnokii/win32/gnokii_vc6/gnokii.dsw,v
retrieving revision 1.2
diff -u -r1.2 gnokii.dsw
--- gnokii/win32/gnokii_vc6/gnokii.dsw  30 Apr 2002 18:56:12 -0000      1.2
+++ iikong/win32/gnokii_vc6/gnokii.dsw  6 Feb 2003 10:14:38 -0000
@@ -3,7 +3,7 @@
 
 ###############################################################################
 
-Project: "Config"=.\Config.dsp - Package Owner=<4>
+Project: "gnokii"=".\gnokii\gnokii.dsp" - Package Owner=<4>
 
 Package=<5>
 {{{
@@ -15,7 +15,7 @@
 
 ###############################################################################
 
-Project: "Gnokii"=.\Gnokii.dsp - Package Owner=<4>
+Project: "libgnokii"=".\libgnokii\libgnokii.dsp" - Package Owner=<4>
 
 Package=<5>
 {{{
@@ -23,24 +23,6 @@
 
 Package=<4>
 {{{
-    Begin Project Dependency
-    Project_Dep_Name GnokiiLib
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "GnokiiLib"=.\GnokiiLib.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name Config
-    End Project Dependency
 }}}
 
 ###############################################################################




reply via email to

[Prev in Thread] Current Thread [Next in Thread]