[Olsr-cvs] olsrd-current/gui/win32/Shim Shim.vcproj, 1.2, 1.3 shim.c, 1.5, 1.6
Thomas Lopatic
(spam-protected)
Wed Mar 28 16:49:17 CEST 2007
- Previous message: [Olsr-cvs] olsrd-current/gui/win32/Main trustInfo.manifest, NONE, 1.1 Main.vcproj, 1.1, 1.2
- Next message: [Olsr-cvs] olsrd-current/src lq_avl.c, 1.7, 1.8 lq_avl.h, 1.7, 1.8 lq_route.c, 1.44, 1.45
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/olsrd/olsrd-current/gui/win32/Shim
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27911
Modified Files:
Shim.vcproj shim.c
Log Message:
Use main() instead of custom entry point.
Index: shim.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/win32/Shim/shim.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** shim.c 27 Mar 2007 03:01:08 -0000 1.5
--- shim.c 28 Mar 2007 14:49:15 -0000 1.6
***************
*** 42,46 ****
#include <windows.h>
! void EntryPoint(void)
{
STARTUPINFO StartInfo;
--- 42,46 ----
#include <windows.h>
! int main(int argc, char *argv[])
{
STARTUPINFO StartInfo;
Index: Shim.vcproj
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/win32/Shim/Shim.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Shim.vcproj 28 Mar 2007 11:18:59 -0000 1.2
--- Shim.vcproj 28 Mar 2007 14:49:15 -0000 1.3
***************
*** 64,68 ****
GenerateDebugInformation="true"
SubSystem="1"
! EntryPointSymbol="EntryPoint"
TargetMachine="1"
/>
--- 64,68 ----
GenerateDebugInformation="true"
SubSystem="1"
! EntryPointSymbol=""
TargetMachine="1"
/>
***************
*** 140,144 ****
OptimizeReferences="2"
EnableCOMDATFolding="2"
! EntryPointSymbol="EntryPoint"
TargetMachine="1"
/>
--- 140,144 ----
OptimizeReferences="2"
EnableCOMDATFolding="2"
! EntryPointSymbol=""
TargetMachine="1"
/>
- Previous message: [Olsr-cvs] olsrd-current/gui/win32/Main trustInfo.manifest, NONE, 1.1 Main.vcproj, 1.1, 1.2
- Next message: [Olsr-cvs] olsrd-current/src lq_avl.c, 1.7, 1.8 lq_avl.h, 1.7, 1.8 lq_route.c, 1.44, 1.45
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list