[Jsmooth-cvs] jsmooth/skeletons/autodownload Makefile.win, 1.6, 1.7 autodownload.skel, 1.6, 1.7 cus
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-05-18 21:34:21
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/autodownload In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5645/autodownload Modified Files: Makefile.win autodownload.skel customdownload.skel mainres.rc resource.h Log Message: implements the JNI JSmooth functions Index: mainres.rc =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/autodownload/mainres.rc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mainres.rc 1 Mar 2007 22:02:17 -0000 1.1 --- mainres.rc 18 May 2007 21:33:58 -0000 1.2 *************** *** 4,7 **** --- 4,8 ---- JARID JAVA "../samplejar/sample.jar" PROPID JAVA "../samplejar/sample.props" + JNISMOOTHID JAVA "../jnismooth/jnismooth.jar" A2 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "JWrap.ico" Index: customdownload.skel =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/autodownload/customdownload.skel,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** customdownload.skel 17 May 2007 10:56:16 -0000 1.4 --- customdownload.skel 18 May 2007 21:33:58 -0000 1.5 *************** *** 30,43 **** </skeletonProperties> <skeletonProperties> ! <description>SKEL_GENERIC_PROPERTY_DEBUG_DESCRIPTION</description> ! <idName>Debug</idName> ! <label>SKEL_GENERIC_PROPERTY_DEBUG_LABEL</label> <type>boolean</type> <value>0</value> </skeletonProperties> <skeletonProperties> ! <description>SKEL_GENERIC_SINGLEINSTANCE_DESCRIPTION</description> ! <idName>SingleInstance</idName> ! <label>SKEL_GENERIC_SINGLEINSTANCE</label> <type>boolean</type> <value>0</value> --- 30,50 ---- </skeletonProperties> <skeletonProperties> ! <description>SKEL_GENERIC_SINGLEINSTANCE_DESCRIPTION</description> ! <idName>SingleInstance</idName> ! <label>SKEL_GENERIC_SINGLEINSTANCE</label> <type>boolean</type> <value>0</value> </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> ! <label>SKEL_GENERIC_PROPERTY_DEBUG_LABEL</label> <type>boolean</type> <value>0</value> Index: resource.h =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/autodownload/resource.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** resource.h 1 Mar 2007 22:02:17 -0000 1.1 --- resource.h 18 May 2007 21:33:59 -0000 1.2 *************** *** 2,4 **** --- 2,5 ---- #define JARID 102 #define PROPID 103 + #define JNISMOOTHID 104 Index: autodownload.skel =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/autodownload/autodownload.skel,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** autodownload.skel 17 May 2007 10:56:15 -0000 1.6 --- autodownload.skel 18 May 2007 21:33:58 -0000 1.7 *************** *** 30,43 **** </skeletonProperties> <skeletonProperties> ! <description>SKEL_GENERIC_PROPERTY_DEBUG_DESCRIPTION</description> ! <idName>Debug</idName> ! <label>SKEL_GENERIC_PROPERTY_DEBUG_LABEL</label> <type>boolean</type> <value>0</value> </skeletonProperties> <skeletonProperties> ! <description>SKEL_GENERIC_SINGLEINSTANCE_DESCRIPTION</description> ! <idName>SingleInstance</idName> ! <label>SKEL_GENERIC_SINGLEINSTANCE</label> <type>boolean</type> <value>0</value> --- 30,50 ---- </skeletonProperties> <skeletonProperties> ! <description>SKEL_GENERIC_SINGLEINSTANCE_DESCRIPTION</description> ! <idName>SingleInstance</idName> ! <label>SKEL_GENERIC_SINGLEINSTANCE</label> <type>boolean</type> <value>0</value> </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> ! <label>SKEL_GENERIC_PROPERTY_DEBUG_LABEL</label> <type>boolean</type> <value>0</value> Index: Makefile.win =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/autodownload/Makefile.win,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.win 17 May 2007 10:56:15 -0000 1.6 --- Makefile.win 18 May 2007 21:33:58 -0000 1.7 *************** *** 30,34 **** clean: clean-custom ! $(RM) $(OBJ) $(BIN) $(BIN): $(LINKOBJ) $(LINKLIBS) --- 30,34 ---- clean: clean-custom ! $(RM) $(OBJ) $(BIN) JWrap_private.res $(BIN): $(LINKOBJ) $(LINKLIBS) |