mirror of
https://github.com/bloeys/physx-go.git
synced 2025-12-29 07:58:20 +00:00
Support both checked and release modes
This commit is contained in:
BIN
pgo/libs/libphysxc_release_windows_amd64.a
Executable file
BIN
pgo/libs/libphysxc_release_windows_amd64.a
Executable file
Binary file not shown.
@ -2,7 +2,11 @@ package pgo
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CFLAGS: -I physx-c
|
#cgo CFLAGS: -I physx-c
|
||||||
#cgo LDFLAGS: -L ./libs -l physx-c
|
#cgo LDFLAGS: -L ./libs
|
||||||
|
|
||||||
|
// NOTE: If you change this update rigiddynamic.go as well
|
||||||
|
#cgo windows,amd64 LDFLAGS: -l physxc_checked_windows_amd64
|
||||||
|
#cgo windows,amd64,physx_release LDFLAGS: -l physxc_release_windows_amd64
|
||||||
|
|
||||||
#include <wrap.c>
|
#include <wrap.c>
|
||||||
#include <stdlib.h> //Needed for C.free
|
#include <stdlib.h> //Needed for C.free
|
||||||
|
|||||||
@ -2,7 +2,11 @@ package pgo
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CFLAGS: -I physx-c
|
#cgo CFLAGS: -I physx-c
|
||||||
#cgo LDFLAGS: -L ./libs -l physx-c
|
#cgo LDFLAGS: -L ./libs
|
||||||
|
|
||||||
|
// NOTE: If you change this update pgo.go as well
|
||||||
|
#cgo windows,amd64 LDFLAGS: -l physxc_checked_windows_amd64
|
||||||
|
#cgo windows,amd64,physx_release LDFLAGS: -l physxc_release_windows_amd64
|
||||||
|
|
||||||
#include <wrap.c>
|
#include <wrap.c>
|
||||||
#include <stdlib.h> //Needed for C.free
|
#include <stdlib.h> //Needed for C.free
|
||||||
|
|||||||
Reference in New Issue
Block a user