Changeset 3150 for trunk/psLib/swig
- Timestamp:
- Feb 7, 2005, 4:04:14 PM (21 years ago)
- Location:
- trunk/psLib/swig
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
pslib.i (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/swig/Makefile.am
r3145 r3150 12 12 -I$(SRCDIR)/src/fileUtils \ 13 13 -I$(SRCDIR)/src/image \ 14 -I$(SRCDIR)/src/sysUtils 14 -I$(SRCDIR)/src/sysUtils \ 15 -I/usr/include \ 16 -I/usr/local/include 15 17 16 18 #################################################### -
trunk/psLib/swig/pslib.i
r3145 r3150 15 15 %} 16 16 17 /* XXX: this is temporary -- not portable, but should work with any current OS supported */ 18 typedef char int8_t; 19 typedef unsigned char uint8_t; 20 typedef short int16_t; 21 typedef unsigned short uint16_t; 22 typedef int int32_t; 23 typedef unsigned int uint32_t; 24 typedef long long int64_t; 25 typedef unsigned long long uint64_t; 26 27 17 28 /* grab the typedefs used throughout psLib, e.g. psU8, psU16,... */ 18 %import "psType.h"19 %import "psMemory.h"20 21 29 %include "cpointer.i" 22 30
Note:
See TracChangeset
for help on using the changeset viewer.
