[Jsmooth-cvs] jsmooth/skeletons/winservice Makefile.win, 1.3, 1.4 description.skel, 1.3, 1.4 main.c
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-05-18 21:34:20
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/winservice In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5645/winservice Modified Files: Makefile.win description.skel main.cpp mainres.rc resource.h Log Message: implements the JNI JSmooth functions Index: mainres.rc =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/winservice/mainres.rc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mainres.rc 9 Apr 2007 17:15:50 -0000 1.1 --- mainres.rc 18 May 2007 21:34:00 -0000 1.2 *************** *** 4,7 **** --- 4,8 ---- JARID JAVA "sample/sample.jar" PROPID JAVA "sample/sample.props" + JNISMOOTHID JAVA "../jnismooth/jnismooth.jar" A2 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "JWrap.ico" Index: main.cpp =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/winservice/main.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** main.cpp 17 May 2007 11:25:03 -0000 1.5 --- main.cpp 18 May 2007 21:34:00 -0000 1.6 *************** *** 49,53 **** global_debug = false; winservice_ref = 0; ! ResourceManager resman("JAVA", PROPID, JARID); string newcurdir = resman.getCurrentDirectory(); --- 49,53 ---- global_debug = false; winservice_ref = 0; ! ResourceManager resman("JAVA", PROPID, JARID, JNISMOOTHID); string newcurdir = resman.getCurrentDirectory(); Index: Makefile.win =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/winservice/Makefile.win,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.win 30 Apr 2007 20:54:32 -0000 1.3 --- Makefile.win 18 May 2007 21:34:00 -0000 1.4 *************** *** 2,6 **** # Makefile created by Dev-C++ 4.9.8.0 ! RM = cmd /C DEL CPP = g++.exe CC = gcc.exe --- 2,7 ---- # Makefile created by Dev-C++ 4.9.8.0 ! RM = rm -f ! #cmd /C DEL CPP = g++.exe CC = gcc.exe *************** *** 21,25 **** clean: clean-custom ! $(RM) $(OBJ) $(BIN) $(BIN): $(LINKOBJ) ../commonjava/CommonJava.a --- 22,26 ---- clean: clean-custom ! $(RM) $(OBJ) $(BIN) winservice_private.res $(BIN): $(LINKOBJ) ../commonjava/CommonJava.a Index: resource.h =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/winservice/resource.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** resource.h 9 Apr 2007 17:15:50 -0000 1.1 --- resource.h 18 May 2007 21:34:00 -0000 1.2 *************** *** 2,4 **** --- 2,5 ---- #define JARID 102 #define PROPID 103 + #define JNISMOOTHID 104 Index: description.skel =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/winservice/description.skel,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** description.skel 12 Apr 2007 20:01:50 -0000 1.3 --- description.skel 18 May 2007 21:34:00 -0000 1.4 *************** *** 51,54 **** --- 51,61 ---- </skeletonProperties> <skeletonProperties> + <description>SKEL_GENERIC_JNISMOOTH_DESCRIPTION</description> + <idName>JniSmooth</idName> + <label>SKEL_GENERIC_JNISMOOTH</label> + <type>boolean</type> + <value>0</value> + </skeletonProperties> + <skeletonProperties> <description>SKEL_GENERIC_PROPERTY_DEBUG_DESCRIPTION</description> <idName>Debug</idName> |